Html Css Color HEX #852B2B Tall Poppy

📋 copy color: '#852B2B'

red 133 ◦ green 43 ◦ blue 43

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

Shades of Tall Poppy #852B2B

Tints of Tall Poppy #852B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

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

R = 60.73%
G = 19.63%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#852B2B (or 0x852B2B) is known color: Tall Poppy. HEX triplet: 85, 2B and 2B. RGB value is (133,43,43). Sum of RGB (Red+Green+Blue) = 133+43+43=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B2B is #7AD4D4. Grayscale: #464646. Windows color (decimal): -8049877 or 2829189. OLE color: 2829189.

HSL color Cylindrical-coordinate representation of color #852B2B: hue angle of 0º 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 #852B2B is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 43 -
CMYK 0 0.68 0.68 0.48
HSL 0.51% 0.35% -
HSV(B) 0.68% 0.52% -
XYZ 10.97 6.89 3.04 -
YUV 69.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 133 43 43 0 0.68 0.68 0.48 0 0.51 0.35
Hex 85 2B 2B 0 44 44 30 0 33 23
Octal 205 53 53 0 104 104 60 0 63 43
Binary 10000101 101011 101011 0 1000100 1000100 110000 0 110011 100011

Color Harmonies of #852B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B2B

Black with #852B2B

Text Example


Text Example

White with #852B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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