Html Css Color HEX #812129 Scarlett

📋 copy color: '#812129'

red 129 ◦ green 33 ◦ blue 41

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

Shades of Scarlett #812129

Tints of Scarlett #812129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 63.55%
G = 16.26%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#812129 (or 0x812129) is known color: Scarlett. HEX triplet: 81, 21 and 29. RGB value is (129,33,41). Sum of RGB (Red+Green+Blue) = 129+33+41=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812129 is #7EDED6. Grayscale: #3E3E3E. Windows color (decimal): -8314583 or 2695553. OLE color: 2695553.

HSL color Cylindrical-coordinate representation of color #812129: hue angle of 355º degrees, saturation: 0.59, 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 #812129 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 33 41 -
CMYK 0 0.74 0.68 0.49
HSL 355º 0.59% 0.32% -
HSV(B) 355º 0.74% 0.51% -
XYZ 10 5.91 2.71 -
YUV 62.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 129 33 41 0 0.74 0.68 0.49 355 0.59 0.32
Hex 81 21 29 0 4A 44 31 163 3B 20
Octal 201 41 51 0 112 104 61 543 73 40
Binary 10000001 100001 101001 0 1001010 1000100 110001 101100011 111011 100000

Color Harmonies of #812129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812129

Black with #812129

Text Example


Text Example

White with #812129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812129; }

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

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

background-color css

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

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

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

border-color css

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

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

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