Html Css Color HEX #802830 Scarlett

📋 copy color: '#802830'

red 128 ◦ green 40 ◦ blue 48

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

Shades of Scarlett #802830

Tints of Scarlett #802830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 59.26%
G = 18.52%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#802830 (or 0x802830) is known color: Scarlett. HEX triplet: 80, 28 and 30. RGB value is (128,40,48). Sum of RGB (Red+Green+Blue) = 128+40+48=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #802830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802830 is #7FD7CF. Grayscale: #434343. Windows color (decimal): -8378320 or 3156096. OLE color: 3156096.

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

Color convert

RGB 128 40 48 -
CMYK 0 0.69 0.62 0.50
HSL 354.55º 0.52% 0.33% -
HSV(B) 354.55º 0.69% 0.5% -
XYZ 10.19 6.32 3.48 -
YUV 67.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 128 40 48 0 0.69 0.62 0.50 354.55 0.52 0.33
Hex 80 28 30 0 45 3E 32 163 34 21
Octal 200 50 60 0 105 76 62 543 64 41
Binary 10000000 101000 110000 0 1000101 111110 110010 101100011 110100 100001

Color Harmonies of #802830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802830

Black with #802830

Text Example


Text Example

White with #802830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802830; }

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

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

background-color css

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

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

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

border-color css

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

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

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