Html Css Color HEX #812137 Scarlett

📋 copy color: '#812137'

red 129 ◦ green 33 ◦ blue 55

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

Shades of Scarlett #812137

Tints of Scarlett #812137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 59.45%
G = 15.21%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#812137 (or 0x812137) is known color: Scarlett. HEX triplet: 81, 21 and 37. RGB value is (129,33,55). Sum of RGB (Red+Green+Blue) = 129+33+55=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #812137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812137 is #7EDEC8. Grayscale: #404040. Windows color (decimal): -8314569 or 3613057. OLE color: 3613057.

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

Color convert

RGB 129 33 55 -
CMYK 0 0.74 0.57 0.49
HSL 346.25º 0.59% 0.32% -
HSV(B) 346.25º 0.74% 0.51% -
XYZ 10.29 6.03 4.24 -
YUV 64.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 129 33 55 0 0.74 0.57 0.49 346.25 0.59 0.32
Hex 81 21 37 0 4A 39 31 15A 3B 20
Octal 201 41 67 0 112 71 61 532 73 40
Binary 10000001 100001 110111 0 1001010 111001 110001 101011010 111011 100000

Color Harmonies of #812137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812137

Black with #812137

Text Example


Text Example

White with #812137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812137; }

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

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

background-color css

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

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

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

border-color css

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

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

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