Html Css Color HEX #811328 Scarlett

📋 copy color: '#811328'

red 129 ◦ green 19 ◦ blue 40

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

Shades of Scarlett #811328

Tints of Scarlett #811328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 68.62%
G = 10.11%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#811328 (or 0x811328) is known color: Scarlett. HEX triplet: 81, 13 and 28. RGB value is (129,19,40). Sum of RGB (Red+Green+Blue) = 129+19+40=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #811328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811328 is #7EECD7. Grayscale: #363636. Windows color (decimal): -8318168 or 2626433. OLE color: 2626433.

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

Color convert

RGB 129 19 40 -
CMYK 0 0.85 0.69 0.49
HSL 348.55º 0.74% 0.29% -
HSV(B) 348.55º 0.85% 0.51% -
XYZ 9.67 5.29 2.52 -
YUV 54.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 129 19 40 0 0.85 0.69 0.49 348.55 0.74 0.29
Hex 81 13 28 0 55 45 31 15D 4A 1D
Octal 201 23 50 0 125 105 61 535 112 35
Binary 10000001 10011 101000 0 1010101 1000101 110001 101011101 1001010 11101

Color Harmonies of #811328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811328

Black with #811328

Text Example


Text Example

White with #811328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811328; }

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

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

background-color css

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

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

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

border-color css

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

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

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