Html Css Color HEX #811428 Scarlett

📋 copy color: '#811428'

red 129 ◦ green 20 ◦ blue 40

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

Shades of Scarlett #811428

Tints of Scarlett #811428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

 BLUE value IS 40 (16.02% from 255) = 21.16%

R = 68.25%
G = 10.58%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#811428 (or 0x811428) is known color: Scarlett. HEX triplet: 81, 14 and 28. RGB value is (129,20,40). Sum of RGB (Red+Green+Blue) = 129+20+40=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #811428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811428 is #7EEBD7. Grayscale: #363636. Windows color (decimal): -8317912 or 2626689. OLE color: 2626689.

HSL color Cylindrical-coordinate representation of color #811428: hue angle of 348.99º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811428 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 40 -
CMYK 0 0.84 0.69 0.49
HSL 348.99º 0.73% 0.29% -
HSV(B) 348.99º 0.84% 0.51% -
XYZ 9.69 5.32 2.52 -
YUV 54.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 129 20 40 0 0.84 0.69 0.49 348.99 0.73 0.29
Hex 81 14 28 0 54 45 31 15D 49 1D
Octal 201 24 50 0 124 105 61 535 111 35
Binary 10000001 10100 101000 0 1010100 1000101 110001 101011101 1001001 11101

Color Harmonies of #811428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811428

Black with #811428

Text Example


Text Example

White with #811428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811428; }

 p { color: rgb(129,20,40); }

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

background-color css

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

 a { background-color: rgb(129,20,40); }

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

border-color css

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

 span { border-color: rgb(129,20,40); }

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