Html Css Color HEX #87382F Crab Apple

📋 copy color: '#87382F'

red 135 ◦ green 56 ◦ blue 47

#87382F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #87382F

Tints of Crab Apple #87382F

RGB

 RED value IS 135 (53.13% from 255) = 56.72%

 GREEN value IS 56 (22.27% from 255) = 23.53%

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 56.72%
G = 23.53%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#87382F (or 0x87382F) is known color: Crab Apple. HEX triplet: 87, 38 and 2F. RGB value is (135,56,47). Sum of RGB (Red+Green+Blue) = 135+56+47=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #87382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87382F is #78C7D0. Grayscale: #4E4E4E. Windows color (decimal): -7915473 or 3094663. OLE color: 3094663.

HSL color Cylindrical-coordinate representation of color #87382F: hue angle of 6.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87382F is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 47 -
CMYK 0 0.59 0.65 0.47
HSL 6.14º 0.48% 0.36% -
HSV(B) 6.14º 0.65% 0.53% -
XYZ 11.92 8.18 3.64 -
YUV 78.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 135 56 47 0 0.59 0.65 0.47 6.14 0.48 0.36
Hex 87 38 2F 0 3B 41 2F 6 30 24
Octal 207 70 57 0 73 101 57 6 60 44
Binary 10000111 111000 101111 0 111011 1000001 101111 110 110000 100100

Color Harmonies of #87382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87382F

Black with #87382F

Text Example


Text Example

White with #87382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87382F; }

 p { color: rgb(135,56,47); }

 H1.HeaderClassName
 {
   color: #87382F;
 }
 .AnyTagClassName
 {
   color: #87382F;
 }
</style>

background-color css

<style>
 a { background-color: #87382F; }

 a { background-color: rgb(135,56,47); }

 div.DivClassName
 {
   background-color: #87382F;
 }
 .BgClassName
 {
   background-color: #87382F;
 }
</style>

border-color css

<style>
 span { border-color: #87382F; }

 span { border-color: rgb(135,56,47); }

 td.TdClassName
 {
   border-color: #87382F;
 }
 .TagClassName
 {
   border-color: #87382F;
 }
</style>