Html Css Color HEX #86372B Crab Apple

📋 copy color: '#86372B'

red 134 ◦ green 55 ◦ blue 43

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

Shades of Crab Apple #86372B

Tints of Crab Apple #86372B

RGB

 RED value IS 134 (52.73% from 255) = 57.76%

 GREEN value IS 55 (21.88% from 255) = 23.71%

 BLUE value IS 43 (17.19% from 255) = 18.53%

R = 57.76%
G = 23.71%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86372B (or 0x86372B) is known color: Crab Apple. HEX triplet: 86, 37 and 2B. RGB value is (134,55,43). Sum of RGB (Red+Green+Blue) = 134+55+43=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86372B is #79C8D4. Grayscale: #4D4D4D. Windows color (decimal): -7981269 or 2832262. OLE color: 2832262.

HSL color Cylindrical-coordinate representation of color #86372B: hue angle of 7.91º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86372B is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 43 -
CMYK 0 0.59 0.68 0.47
HSL 7.91º 0.51% 0.35% -
HSV(B) 7.91º 0.68% 0.53% -
XYZ 11.63 7.98 3.21 -
YUV 77.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 134 55 43 0 0.59 0.68 0.47 7.91 0.51 0.35
Hex 86 37 2B 0 3B 44 2F 8 33 23
Octal 206 67 53 0 73 104 57 10 63 43
Binary 10000110 110111 101011 0 111011 1000100 101111 1000 110011 100011

Color Harmonies of #86372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86372B

Black with #86372B

Text Example


Text Example

White with #86372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86372B; }

 p { color: rgb(134,55,43); }

 H1.HeaderClassName
 {
   color: #86372B;
 }
 .AnyTagClassName
 {
   color: #86372B;
 }
</style>

background-color css

<style>
 a { background-color: #86372B; }

 a { background-color: rgb(134,55,43); }

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

border-color css

<style>
 span { border-color: #86372B; }

 span { border-color: rgb(134,55,43); }

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