Html Css Color HEX #812332 Scarlett

📋 copy color: '#812332'

red 129 ◦ green 35 ◦ blue 50

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

Shades of Scarlett #812332

Tints of Scarlett #812332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 60.28%
G = 16.36%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#812332 (or 0x812332) is known color: Scarlett. HEX triplet: 81, 23 and 32. RGB value is (129,35,50). Sum of RGB (Red+Green+Blue) = 129+35+50=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #812332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812332 is #7EDCCD. Grayscale: #404040. Windows color (decimal): -8314062 or 3285889. OLE color: 3285889.

HSL color Cylindrical-coordinate representation of color #812332: hue angle of 350.43º 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 #812332 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 50 -
CMYK 0 0.73 0.61 0.49
HSL 350.43º 0.57% 0.32% -
HSV(B) 350.43º 0.73% 0.51% -
XYZ 10.23 6.1 3.66 -
YUV 64.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 129 35 50 0 0.73 0.61 0.49 350.43 0.57 0.32
Hex 81 23 32 0 49 3D 31 15E 39 20
Octal 201 43 62 0 111 75 61 536 71 40
Binary 10000001 100011 110010 0 1001001 111101 110001 101011110 111001 100000

Color Harmonies of #812332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812332

Black with #812332

Text Example


Text Example

White with #812332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812332; }

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

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

background-color css

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

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

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

border-color css

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

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

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