Html Css Color HEX #85332E Crab Apple

📋 copy color: '#85332E'

red 133 ◦ green 51 ◦ blue 46

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

Shades of Crab Apple #85332E

Tints of Crab Apple #85332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

 BLUE value IS 46 (18.36% from 255) = 20%

R = 57.83%
G = 22.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85332E (or 0x85332E) is known color: Crab Apple. HEX triplet: 85, 33 and 2E. RGB value is (133,51,46). Sum of RGB (Red+Green+Blue) = 133+51+46=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85332E is #7ACCD1. Grayscale: #4B4B4B. Windows color (decimal): -8047826 or 3027845. OLE color: 3027845.

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

Color convert

RGB 133 51 46 -
CMYK 0 0.62 0.65 0.48
HSL 3.45º 0.49% 0.35% -
HSV(B) 3.45º 0.65% 0.52% -
XYZ 11.35 7.55 3.44 -
YUV 74.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 133 51 46 0 0.62 0.65 0.48 3.45 0.49 0.35
Hex 85 33 2E 0 3E 41 30 3 31 23
Octal 205 63 56 0 76 101 60 3 61 43
Binary 10000101 110011 101110 0 111110 1000001 110000 11 110001 100011

Color Harmonies of #85332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85332E

Black with #85332E

Text Example


Text Example

White with #85332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85332E; }

 p { color: rgb(133,51,46); }

 H1.HeaderClassName
 {
   color: #85332E;
 }
 .AnyTagClassName
 {
   color: #85332E;
 }
</style>

background-color css

<style>
 a { background-color: #85332E; }

 a { background-color: rgb(133,51,46); }

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

border-color css

<style>
 span { border-color: #85332E; }

 span { border-color: rgb(133,51,46); }

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