Html Css Color HEX #853030 Tall Poppy

📋 copy color: '#853030'

red 133 ◦ green 48 ◦ blue 48

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

Shades of Tall Poppy #853030

Tints of Tall Poppy #853030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 58.08%
G = 20.96%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#853030 (or 0x853030) is known color: Tall Poppy. HEX triplet: 85, 30 and 30. RGB value is (133,48,48). Sum of RGB (Red+Green+Blue) = 133+48+48=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #853030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853030 is #7ACFCF. Grayscale: #494949. Windows color (decimal): -8048592 or 3158149. OLE color: 3158149.

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

Color convert

RGB 133 48 48 -
CMYK 0 0.64 0.64 0.48
HSL 0.47% 0.35% -
HSV(B) 0.64% 0.52% -
XYZ 11.26 7.31 3.61 -
YUV 73.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 133 48 48 0 0.64 0.64 0.48 0 0.47 0.35
Hex 85 30 30 0 40 40 30 0 2F 23
Octal 205 60 60 0 100 100 60 0 57 43
Binary 10000101 110000 110000 0 1000000 1000000 110000 0 101111 100011

Color Harmonies of #853030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853030

Black with #853030

Text Example


Text Example

White with #853030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853030; }

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

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

background-color css

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

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

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

border-color css

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

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

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