Html Css Color HEX #85322D Crab Apple

📋 copy color: '#85322D'

red 133 ◦ green 50 ◦ blue 45

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

Shades of Crab Apple #85322D

Tints of Crab Apple #85322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.74%

R = 58.33%
G = 21.93%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85322D (or 0x85322D) is known color: Crab Apple. HEX triplet: 85, 32 and 2D. RGB value is (133,50,45). Sum of RGB (Red+Green+Blue) = 133+50+45=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85322D is #7ACDD2. Grayscale: #4A4A4A. Windows color (decimal): -8048083 or 2962053. OLE color: 2962053.

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

Color convert

RGB 133 50 45 -
CMYK 0 0.62 0.66 0.48
HSL 3.41º 0.49% 0.35% -
HSV(B) 3.41º 0.66% 0.52% -
XYZ 11.29 7.46 3.33 -
YUV 74.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 133 50 45 0 0.62 0.66 0.48 3.41 0.49 0.35
Hex 85 32 2D 0 3E 42 30 3 31 23
Octal 205 62 55 0 76 102 60 3 61 43
Binary 10000101 110010 101101 0 111110 1000010 110000 11 110001 100011

Color Harmonies of #85322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85322D

Black with #85322D

Text Example


Text Example

White with #85322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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