Html Css Color HEX #812331 Scarlett

📋 copy color: '#812331'

red 129 ◦ green 35 ◦ blue 49

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

Shades of Scarlett #812331

Tints of Scarlett #812331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

 BLUE value IS 49 (19.53% from 255) = 23%

R = 60.56%
G = 16.43%
B = 23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#812331 (or 0x812331) is known color: Scarlett. HEX triplet: 81, 23 and 31. RGB value is (129,35,49). Sum of RGB (Red+Green+Blue) = 129+35+49=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #812331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812331 is #7EDCCE. Grayscale: #404040. Windows color (decimal): -8314063 or 3220353. OLE color: 3220353.

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

Color convert

RGB 129 35 49 -
CMYK 0 0.73 0.62 0.49
HSL 351.06º 0.57% 0.32% -
HSV(B) 351.06º 0.73% 0.51% -
XYZ 10.21 6.09 3.54 -
YUV 64.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 129 35 49 0 0.73 0.62 0.49 351.06 0.57 0.32
Hex 81 23 31 0 49 3E 31 15F 39 20
Octal 201 43 61 0 111 76 61 537 71 40
Binary 10000001 100011 110001 0 1001001 111110 110001 101011111 111001 100000

Color Harmonies of #812331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812331

Black with #812331

Text Example


Text Example

White with #812331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812331; }

 p { color: rgb(129,35,49); }

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

background-color css

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

 a { background-color: rgb(129,35,49); }

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

border-color css

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

 span { border-color: rgb(129,35,49); }

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