Html Css Color HEX #85322A Crab Apple

📋 copy color: '#85322A'

red 133 ◦ green 50 ◦ blue 42

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

Shades of Crab Apple #85322A

Tints of Crab Apple #85322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.22%

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

R = 59.11%
G = 22.22%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85322A (or 0x85322A) is known color: Crab Apple. HEX triplet: 85, 32 and 2A. RGB value is (133,50,42). Sum of RGB (Red+Green+Blue) = 133+50+42=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85322A is #7ACDD5. Grayscale: #4A4A4A. Windows color (decimal): -8048086 or 2765445. OLE color: 2765445.

HSL color Cylindrical-coordinate representation of color #85322A: hue angle of 5.27º 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 #85322A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 42 -
CMYK 0 0.62 0.68 0.48
HSL 5.27º 0.52% 0.34% -
HSV(B) 5.27º 0.68% 0.52% -
XYZ 11.23 7.43 3.03 -
YUV 73.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 133 50 42 0 0.62 0.68 0.48 5.27 0.52 0.34
Hex 85 32 2A 0 3E 44 30 5 34 22
Octal 205 62 52 0 76 104 60 5 64 42
Binary 10000101 110010 101010 0 111110 1000100 110000 101 110100 100010

Color Harmonies of #85322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85322A

Black with #85322A

Text Example


Text Example

White with #85322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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