Html Css Color HEX #852C2B Tall Poppy

📋 copy color: '#852C2B'

red 133 ◦ green 44 ◦ blue 43

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

Shades of Tall Poppy #852C2B

Tints of Tall Poppy #852C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 60.45%
G = 20%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#852C2B (or 0x852C2B) is known color: Tall Poppy. HEX triplet: 85, 2C and 2B. RGB value is (133,44,43). Sum of RGB (Red+Green+Blue) = 133+44+43=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C2B is #7AD3D4. Grayscale: #464646. Windows color (decimal): -8049621 or 2829445. OLE color: 2829445.

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

Color convert

RGB 133 44 43 -
CMYK 0 0.67 0.68 0.48
HSL 0.67º 0.51% 0.35% -
HSV(B) 0.67º 0.68% 0.52% -
XYZ 11.01 6.96 3.05 -
YUV 70.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 133 44 43 0 0.67 0.68 0.48 0.67 0.51 0.35
Hex 85 2C 2B 0 43 44 30 1 33 23
Octal 205 54 53 0 103 104 60 1 63 43
Binary 10000101 101100 101011 0 1000011 1000100 110000 1 110011 100011

Color Harmonies of #852C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C2B

Black with #852C2B

Text Example


Text Example

White with #852C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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