Html Css Color HEX #802230 Scarlett

📋 copy color: '#802230'

red 128 ◦ green 34 ◦ blue 48

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

Shades of Scarlett #802230

Tints of Scarlett #802230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 60.95%
G = 16.19%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#802230 (or 0x802230) is known color: Scarlett. HEX triplet: 80, 22 and 30. RGB value is (128,34,48). Sum of RGB (Red+Green+Blue) = 128+34+48=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #802230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802230 is #7FDDCF. Grayscale: #3F3F3F. Windows color (decimal): -8379856 or 3154560. OLE color: 3154560.

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

Color convert

RGB 128 34 48 -
CMYK 0 0.73 0.62 0.50
HSL 351.06º 0.58% 0.32% -
HSV(B) 351.06º 0.73% 0.5% -
XYZ 10.01 5.95 3.42 -
YUV 63.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 128 34 48 0 0.73 0.62 0.50 351.06 0.58 0.32
Hex 80 22 30 0 49 3E 32 15F 3A 20
Octal 200 42 60 0 111 76 62 537 72 40
Binary 10000000 100010 110000 0 1001001 111110 110010 101011111 111010 100000

Color Harmonies of #802230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802230

Black with #802230

Text Example


Text Example

White with #802230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802230; }

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

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

background-color css

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

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

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

border-color css

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

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

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