Html Css Color HEX #812029 Scarlett

📋 copy color: '#812029'

red 129 ◦ green 32 ◦ blue 41

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

Shades of Scarlett #812029

Tints of Scarlett #812029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 63.86%
G = 15.84%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#812029 (or 0x812029) is known color: Scarlett. HEX triplet: 81, 20 and 29. RGB value is (129,32,41). Sum of RGB (Red+Green+Blue) = 129+32+41=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #812029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812029 is #7EDFD6. Grayscale: #3E3E3E. Windows color (decimal): -8314839 or 2695297. OLE color: 2695297.

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

Color convert

RGB 129 32 41 -
CMYK 0 0.75 0.68 0.49
HSL 354.43º 0.6% 0.32% -
HSV(B) 354.43º 0.75% 0.51% -
XYZ 9.97 5.86 2.7 -
YUV 62.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 129 32 41 0 0.75 0.68 0.49 354.43 0.6 0.32
Hex 81 20 29 0 4B 44 31 162 3C 20
Octal 201 40 51 0 113 104 61 542 74 40
Binary 10000001 100000 101001 0 1001011 1000100 110001 101100010 111100 100000

Color Harmonies of #812029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812029

Black with #812029

Text Example


Text Example

White with #812029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812029; }

 p { color: rgb(129,32,41); }

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

background-color css

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

 a { background-color: rgb(129,32,41); }

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

border-color css

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

 span { border-color: rgb(129,32,41); }

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