Html Css Color HEX #853232 Tall Poppy

📋 copy color: '#853232'

red 133 ◦ green 50 ◦ blue 50

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

Shades of Tall Poppy #853232

Tints of Tall Poppy #853232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 57.08%
G = 21.46%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#853232 (or 0x853232) is known color: Tall Poppy. HEX triplet: 85, 32 and 32. RGB value is (133,50,50). Sum of RGB (Red+Green+Blue) = 133+50+50=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853232 is #7ACDCD. Grayscale: #4A4A4A. Windows color (decimal): -8048078 or 3289733. OLE color: 3289733.

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

Color convert

RGB 133 50 50 -
CMYK 0 0.62 0.62 0.48
HSL 0.45% 0.36% -
HSV(B) 0.62% 0.52% -
XYZ 11.39 7.5 3.86 -
YUV 74.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 133 50 50 0 0.62 0.62 0.48 0 0.45 0.36
Hex 85 32 32 0 3E 3E 30 0 2D 24
Octal 205 62 62 0 76 76 60 0 55 44
Binary 10000101 110010 110010 0 111110 111110 110000 0 101101 100100

Color Harmonies of #853232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853232

Black with #853232

Text Example


Text Example

White with #853232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853232; }

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

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

background-color css

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

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

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

border-color css

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

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

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