Html Css Color HEX #853A3A Tall Poppy

📋 copy color: '#853A3A'

red 133 ◦ green 58 ◦ blue 58

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

Shades of Tall Poppy #853A3A

Tints of Tall Poppy #853A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.29%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 53.41%
G = 23.29%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#853A3A (or 0x853A3A) is known color: Tall Poppy. HEX triplet: 85, 3A and 3A. RGB value is (133,58,58). Sum of RGB (Red+Green+Blue) = 133+58+58=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A3A is #7AC5C5. Grayscale: #505050. Windows color (decimal): -8046022 or 3816069. OLE color: 3816069.

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

Color convert

RGB 133 58 58 -
CMYK 0 0.56 0.56 0.48
HSL 0.39% 0.37% -
HSV(B) 0.56% 0.52% -
XYZ 11.95 8.32 4.98 -
YUV 80.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 133 58 58 0 0.56 0.56 0.48 0 0.39 0.37
Hex 85 3A 3A 0 38 38 30 0 27 25
Octal 205 72 72 0 70 70 60 0 47 45
Binary 10000101 111010 111010 0 111000 111000 110000 0 100111 100101

Color Harmonies of #853A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A3A

Black with #853A3A

Text Example


Text Example

White with #853A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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