Html Css Color HEX #812737 Shiraz

📋 copy color: '#812737'

red 129 ◦ green 39 ◦ blue 55

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

Shades of Shiraz #812737

Tints of Shiraz #812737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 57.85%
G = 17.49%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#812737 (or 0x812737) is known color: Shiraz. HEX triplet: 81, 27 and 37. RGB value is (129,39,55). Sum of RGB (Red+Green+Blue) = 129+39+55=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #812737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812737 is #7ED8C8. Grayscale: #434343. Windows color (decimal): -8313033 or 3614593. OLE color: 3614593.

HSL color Cylindrical-coordinate representation of color #812737: hue angle of 349.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812737 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 55 -
CMYK 0 0.70 0.57 0.49
HSL 349.33º 0.54% 0.33% -
HSV(B) 349.33º 0.7% 0.51% -
XYZ 10.47 6.39 4.3 -
YUV 67.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 129 39 55 0 0.70 0.57 0.49 349.33 0.54 0.33
Hex 81 27 37 0 46 39 31 15D 36 21
Octal 201 47 67 0 106 71 61 535 66 41
Binary 10000001 100111 110111 0 1000110 111001 110001 101011101 110110 100001

Color Harmonies of #812737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812737

Black with #812737

Text Example


Text Example

White with #812737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812737; }

 p { color: rgb(129,39,55); }

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

background-color css

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

 a { background-color: rgb(129,39,55); }

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

border-color css

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

 span { border-color: rgb(129,39,55); }

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