Html Css Color HEX #801330 Scarlett

📋 copy color: '#801330'

red 128 ◦ green 19 ◦ blue 48

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

Shades of Scarlett #801330

Tints of Scarlett #801330

RGB

 RED value IS 128 (50.39% from 255) = 65.64%

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

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 65.64%
G = 9.74%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#801330 (or 0x801330) is known color: Scarlett. HEX triplet: 80, 13 and 30. RGB value is (128,19,48). Sum of RGB (Red+Green+Blue) = 128+19+48=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #801330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801330 is #7FECCF. Grayscale: #363636. Windows color (decimal): -8383696 or 3150720. OLE color: 3150720.

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

Color convert

RGB 128 19 48 -
CMYK 0 0.85 0.62 0.50
HSL 344.04º 0.74% 0.29% -
HSV(B) 344.04º 0.85% 0.5% -
XYZ 9.67 5.27 3.3 -
YUV 54.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 128 19 48 0 0.85 0.62 0.50 344.04 0.74 0.29
Hex 80 13 30 0 55 3E 32 158 4A 1D
Octal 200 23 60 0 125 76 62 530 112 35
Binary 10000000 10011 110000 0 1010101 111110 110010 101011000 1001010 11101

Color Harmonies of #801330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801330

Black with #801330

Text Example


Text Example

White with #801330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801330; }

 p { color: rgb(128,19,48); }

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

background-color css

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

 a { background-color: rgb(128,19,48); }

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

border-color css

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

 span { border-color: rgb(128,19,48); }

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