Html Css Color HEX #852D2D Tall Poppy

📋 copy color: '#852D2D'

red 133 ◦ green 45 ◦ blue 45

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

Shades of Tall Poppy #852D2D

Tints of Tall Poppy #852D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

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

R = 59.64%
G = 20.18%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#852D2D (or 0x852D2D) is known color: Tall Poppy. HEX triplet: 85, 2D and 2D. RGB value is (133,45,45). Sum of RGB (Red+Green+Blue) = 133+45+45=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D2D is #7AD2D2. Grayscale: #474747. Windows color (decimal): -8049363 or 2960773. OLE color: 2960773.

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

Color convert

RGB 133 45 45 -
CMYK 0 0.66 0.66 0.48
HSL 0.49% 0.35% -
HSV(B) 0.66% 0.52% -
XYZ 11.08 7.05 3.26 -
YUV 71.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 133 45 45 0 0.66 0.66 0.48 0 0.49 0.35
Hex 85 2D 2D 0 42 42 30 0 31 23
Octal 205 55 55 0 102 102 60 0 61 43
Binary 10000101 101101 101101 0 1000010 1000010 110000 0 110001 100011

Color Harmonies of #852D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D2D

Black with #852D2D

Text Example


Text Example

White with #852D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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