Html Css Color HEX #85372B Crab Apple

📋 copy color: '#85372B'

red 133 ◦ green 55 ◦ blue 43

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

Shades of Crab Apple #85372B

Tints of Crab Apple #85372B

RGB

 RED value IS 133 (52.34% from 255) = 57.58%

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

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

R = 57.58%
G = 23.81%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85372B (or 0x85372B) is known color: Crab Apple. HEX triplet: 85, 37 and 2B. RGB value is (133,55,43). Sum of RGB (Red+Green+Blue) = 133+55+43=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85372B is #7AC8D4. Grayscale: #4D4D4D. Windows color (decimal): -8046805 or 2832261. OLE color: 2832261.

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

Color convert

RGB 133 55 43 -
CMYK 0 0.59 0.68 0.48
HSL 0.51% 0.35% -
HSV(B) 0.68% 0.52% -
XYZ 11.48 7.89 3.2 -
YUV 76.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 133 55 43 0 0.59 0.68 0.48 8 0.51 0.35
Hex 85 37 2B 0 3B 44 30 8 33 23
Octal 205 67 53 0 73 104 60 10 63 43
Binary 10000101 110111 101011 0 111011 1000100 110000 1000 110011 100011

Color Harmonies of #85372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85372B

Black with #85372B

Text Example


Text Example

White with #85372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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