Html Css Color HEX #801430 Scarlett

📋 copy color: '#801430'

red 128 ◦ green 20 ◦ blue 48

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

Shades of Scarlett #801430

Tints of Scarlett #801430

RGB

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

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

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

R = 65.31%
G = 10.2%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#801430 (or 0x801430) is known color: Scarlett. HEX triplet: 80, 14 and 30. RGB value is (128,20,48). Sum of RGB (Red+Green+Blue) = 128+20+48=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #801430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801430 is #7FEBCF. Grayscale: #373737. Windows color (decimal): -8383440 or 3150976. OLE color: 3150976.

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

Color convert

RGB 128 20 48 -
CMYK 0 0.84 0.62 0.50
HSL 344.44º 0.73% 0.29% -
HSV(B) 344.44º 0.84% 0.5% -
XYZ 9.69 5.3 3.31 -
YUV 55.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 128 20 48 0 0.84 0.62 0.50 344.44 0.73 0.29
Hex 80 14 30 0 54 3E 32 158 49 1D
Octal 200 24 60 0 124 76 62 530 111 35
Binary 10000000 10100 110000 0 1010100 111110 110010 101011000 1001001 11101

Color Harmonies of #801430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801430

Black with #801430

Text Example


Text Example

White with #801430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801430; }

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

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

background-color css

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

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

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

border-color css

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

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

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