Html Css Color HEX #812835 Shiraz

📋 copy color: '#812835'

red 129 ◦ green 40 ◦ blue 53

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

Shades of Shiraz #812835

Tints of Shiraz #812835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 58.11%
G = 18.02%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#812835 (or 0x812835) is known color: Shiraz. HEX triplet: 81, 28 and 35. RGB value is (129,40,53). Sum of RGB (Red+Green+Blue) = 129+40+53=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #812835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812835 is #7ED7CA. Grayscale: #444444. Windows color (decimal): -8312779 or 3483777. OLE color: 3483777.

HSL color Cylindrical-coordinate representation of color #812835: hue angle of 351.24º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812835 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 53 -
CMYK 0 0.69 0.59 0.49
HSL 351.24º 0.53% 0.33% -
HSV(B) 351.24º 0.69% 0.51% -
XYZ 10.45 6.44 4.06 -
YUV 68.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 129 40 53 0 0.69 0.59 0.49 351.24 0.53 0.33
Hex 81 28 35 0 45 3B 31 15F 35 21
Octal 201 50 65 0 105 73 61 537 65 41
Binary 10000001 101000 110101 0 1000101 111011 110001 101011111 110101 100001

Color Harmonies of #812835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812835

Black with #812835

Text Example


Text Example

White with #812835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812835; }

 p { color: rgb(129,40,53); }

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

background-color css

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

 a { background-color: rgb(129,40,53); }

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

border-color css

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

 span { border-color: rgb(129,40,53); }

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