Html Css Color HEX #812037 Scarlett

📋 copy color: '#812037'

red 129 ◦ green 32 ◦ blue 55

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

Shades of Scarlett #812037

Tints of Scarlett #812037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 59.72%
G = 14.81%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#812037 (or 0x812037) is known color: Scarlett. HEX triplet: 81, 20 and 37. RGB value is (129,32,55). Sum of RGB (Red+Green+Blue) = 129+32+55=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #812037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812037 is #7EDFC8. Grayscale: #3F3F3F. Windows color (decimal): -8314825 or 3612801. OLE color: 3612801.

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

Color convert

RGB 129 32 55 -
CMYK 0 0.75 0.57 0.49
HSL 345.77º 0.6% 0.32% -
HSV(B) 345.77º 0.75% 0.51% -
XYZ 10.26 5.98 4.23 -
YUV 63.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 129 32 55 0 0.75 0.57 0.49 345.77 0.6 0.32
Hex 81 20 37 0 4B 39 31 15A 3C 20
Octal 201 40 67 0 113 71 61 532 74 40
Binary 10000001 100000 110111 0 1001011 111001 110001 101011010 111100 100000

Color Harmonies of #812037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812037

Black with #812037

Text Example


Text Example

White with #812037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812037; }

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

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

background-color css

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

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

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

border-color css

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

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

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