Html Css Color HEX #812231 Scarlett

📋 copy color: '#812231'

red 129 ◦ green 34 ◦ blue 49

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

Shades of Scarlett #812231

Tints of Scarlett #812231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 60.85%
G = 16.04%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#812231 (or 0x812231) is known color: Scarlett. HEX triplet: 81, 22 and 31. RGB value is (129,34,49). Sum of RGB (Red+Green+Blue) = 129+34+49=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #812231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812231 is #7EDDCE. Grayscale: #404040. Windows color (decimal): -8314319 or 3220097. OLE color: 3220097.

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

Color convert

RGB 129 34 49 -
CMYK 0 0.74 0.62 0.49
HSL 350.53º 0.58% 0.32% -
HSV(B) 350.53º 0.74% 0.51% -
XYZ 10.18 6.03 3.53 -
YUV 64.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 129 34 49 0 0.74 0.62 0.49 350.53 0.58 0.32
Hex 81 22 31 0 4A 3E 31 15F 3A 20
Octal 201 42 61 0 112 76 61 537 72 40
Binary 10000001 100010 110001 0 1001010 111110 110001 101011111 111010 100000

Color Harmonies of #812231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812231

Black with #812231

Text Example


Text Example

White with #812231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812231; }

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

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

background-color css

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

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

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

border-color css

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

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

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