Html Css Color HEX #812531 Scarlett

📋 copy color: '#812531'

red 129 ◦ green 37 ◦ blue 49

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

Shades of Scarlett #812531

Tints of Scarlett #812531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 60%
G = 17.21%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#812531 (or 0x812531) is known color: Scarlett. HEX triplet: 81, 25 and 31. RGB value is (129,37,49). Sum of RGB (Red+Green+Blue) = 129+37+49=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #812531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812531 is #7EDACE. Grayscale: #414141. Windows color (decimal): -8313551 or 3220865. OLE color: 3220865.

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

Color convert

RGB 129 37 49 -
CMYK 0 0.71 0.62 0.49
HSL 352.17º 0.55% 0.33% -
HSV(B) 352.17º 0.71% 0.51% -
XYZ 10.27 6.21 3.56 -
YUV 65.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 129 37 49 0 0.71 0.62 0.49 352.17 0.55 0.33
Hex 81 25 31 0 47 3E 31 160 37 21
Octal 201 45 61 0 107 76 61 540 67 41
Binary 10000001 100101 110001 0 1000111 111110 110001 101100000 110111 100001

Color Harmonies of #812531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812531

Black with #812531

Text Example


Text Example

White with #812531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812531; }

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

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

background-color css

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

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

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

border-color css

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

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

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