Html Css Color HEX #811D37 Scarlett

📋 copy color: '#811D37'

red 129 ◦ green 29 ◦ blue 55

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

Shades of Scarlett #811D37

Tints of Scarlett #811D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.62%

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

R = 60.56%
G = 13.62%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#811D37 (or 0x811D37) is known color: Scarlett. HEX triplet: 81, 1D and 37. RGB value is (129,29,55). Sum of RGB (Red+Green+Blue) = 129+29+55=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #811D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D37 is #7EE2C8. Grayscale: #3D3D3D. Windows color (decimal): -8315593 or 3612033. OLE color: 3612033.

HSL color Cylindrical-coordinate representation of color #811D37: hue angle of 344.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D37 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 55 -
CMYK 0 0.78 0.57 0.49
HSL 344.4º 0.63% 0.31% -
HSV(B) 344.4º 0.78% 0.51% -
XYZ 10.18 5.82 4.2 -
YUV 61.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 129 29 55 0 0.78 0.57 0.49 344.4 0.63 0.31
Hex 81 1D 37 0 4E 39 31 158 3F 1F
Octal 201 35 67 0 116 71 61 530 77 37
Binary 10000001 11101 110111 0 1001110 111001 110001 101011000 111111 11111

Color Harmonies of #811D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D37

Black with #811D37

Text Example


Text Example

White with #811D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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