Html Css Color HEX #853130 Tall Poppy

📋 copy color: '#853130'

red 133 ◦ green 49 ◦ blue 48

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

Shades of Tall Poppy #853130

Tints of Tall Poppy #853130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 57.83%
G = 21.3%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#853130 (or 0x853130) is known color: Tall Poppy. HEX triplet: 85, 31 and 30. RGB value is (133,49,48). Sum of RGB (Red+Green+Blue) = 133+49+48=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #853130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853130 is #7ACECF. Grayscale: #4A4A4A. Windows color (decimal): -8048336 or 3158405. OLE color: 3158405.

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

Color convert

RGB 133 49 48 -
CMYK 0 0.63 0.64 0.48
HSL 0.71º 0.47% 0.35% -
HSV(B) 0.71º 0.64% 0.52% -
XYZ 11.3 7.4 3.63 -
YUV 74 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 133 49 48 0 0.63 0.64 0.48 0.71 0.47 0.35
Hex 85 31 30 0 3F 40 30 1 2F 23
Octal 205 61 60 0 77 100 60 1 57 43
Binary 10000101 110001 110000 0 111111 1000000 110000 1 101111 100011

Color Harmonies of #853130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853130

Black with #853130

Text Example


Text Example

White with #853130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853130; }

 p { color: rgb(133,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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