#85322c

Color #85322C Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #85322C

Tints of Crab Apple #85322C

Color information

#85322C (or 0x85322C) is unknown color: approx Crab Apple. HEX triplet: 85, 32 and 2C. RGB value is (133,50,44). Sum of RGB (Red+Green+Blue) = 133+50+44=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85322C is #7ACDD3. Grayscale: #4A4A4A. Windows color (decimal): -8048084 or 2896517. OLE color: 2896517.

HSL color Cylindrical-coordinate representation of color #85322C: hue angle of 4.04º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85322C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1335044-
CMYK00.620.670.48
HSL4.04º50.28%34.71%-
HSV(B)4.04º66.92%52.16%-
XYZ11.277.453.23-
YUV74.13111169.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=58.59%
G=22.03%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133504400.620.670.484.0450.2834.71
Hex85322C03E433043223
Octal20562540761036046243
Binary1000010111001010110001111101000011110000100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85322c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85322c;
 }
 .AnyTagClassName
 {
   color: #85322c;
 }
</style>
background-color css

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

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

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

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

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

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