Html Css Color HEX #85372A Crab Apple

📋 copy color: '#85372A'

red 133 ◦ green 55 ◦ blue 42

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

Shades of Crab Apple #85372A

Tints of Crab Apple #85372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 57.83%
G = 23.91%
B = 18.26%

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

#85372A (or 0x85372A) is known color: Crab Apple. HEX triplet: 85, 37 and 2A. RGB value is (133,55,42). Sum of RGB (Red+Green+Blue) = 133+55+42=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85372A is #7AC8D5. Grayscale: #4C4C4C. Windows color (decimal): -8046806 or 2766725. OLE color: 2766725.

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

Color convert

RGB 133 55 42 -
CMYK 0 0.59 0.68 0.48
HSL 8.57º 0.52% 0.34% -
HSV(B) 8.57º 0.68% 0.52% -
XYZ 11.46 7.89 3.11 -
YUV 76.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 133 55 42 0 0.59 0.68 0.48 8.57 0.52 0.34
Hex 85 37 2A 0 3B 44 30 9 34 22
Octal 205 67 52 0 73 104 60 11 64 42
Binary 10000101 110111 101010 0 111011 1000100 110000 1001 110100 100010

Color Harmonies of #85372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85372A

Black with #85372A

Text Example


Text Example

White with #85372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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