Html Css Color HEX #811835 Scarlett

📋 copy color: '#811835'

red 129 ◦ green 24 ◦ blue 53

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

Shades of Scarlett #811835

Tints of Scarlett #811835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

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

R = 62.62%
G = 11.65%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#811835 (or 0x811835) is known color: Scarlett. HEX triplet: 81, 18 and 35. RGB value is (129,24,53). Sum of RGB (Red+Green+Blue) = 129+24+53=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #811835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811835 is #7EE7CA. Grayscale: #3A3A3A. Windows color (decimal): -8316875 or 3479681. OLE color: 3479681.

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

Color convert

RGB 129 24 53 -
CMYK 0 0.81 0.59 0.49
HSL 343.43º 0.69% 0.3% -
HSV(B) 343.43º 0.81% 0.51% -
XYZ 10.02 5.58 3.92 -
YUV 58.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 129 24 53 0 0.81 0.59 0.49 343.43 0.69 0.3
Hex 81 18 35 0 51 3B 31 157 45 1E
Octal 201 30 65 0 121 73 61 527 105 36
Binary 10000001 11000 110101 0 1010001 111011 110001 101010111 1000101 11110

Color Harmonies of #811835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811835

Black with #811835

Text Example


Text Example

White with #811835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811835; }

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

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

background-color css

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

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

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

border-color css

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

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

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