Html Css Color HEX #813330 Tall Poppy

📋 copy color: '#813330'

red 129 ◦ green 51 ◦ blue 48

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

Shades of Tall Poppy #813330

Tints of Tall Poppy #813330

RGB

 RED value IS 129 (50.78% from 255) = 56.58%

 GREEN value IS 51 (20.31% from 255) = 22.37%

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

R = 56.58%
G = 22.37%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#813330 (or 0x813330) is known color: Tall Poppy. HEX triplet: 81, 33 and 30. RGB value is (129,51,48). Sum of RGB (Red+Green+Blue) = 129+51+48=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813330 is #7ECCCF. Grayscale: #4A4A4A. Windows color (decimal): -8309968 or 3158913. OLE color: 3158913.

HSL color Cylindrical-coordinate representation of color #813330: hue angle of 2.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813330 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 48 -
CMYK 0 0.60 0.63 0.49
HSL 2.22º 0.46% 0.35% -
HSV(B) 2.22º 0.63% 0.51% -
XYZ 10.77 7.25 3.63 -
YUV 73.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 129 51 48 0 0.60 0.63 0.49 2.22 0.46 0.35
Hex 81 33 30 0 3C 3F 31 2 2E 23
Octal 201 63 60 0 74 77 61 2 56 43
Binary 10000001 110011 110000 0 111100 111111 110001 10 101110 100011

Color Harmonies of #813330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813330

Black with #813330

Text Example


Text Example

White with #813330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813330; }

 p { color: rgb(129,51,48); }

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

background-color css

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

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

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

border-color css

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

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

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