Html Css Color HEX #802238 Scarlett

📋 copy color: '#802238'

red 128 ◦ green 34 ◦ blue 56

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

Shades of Scarlett #802238

Tints of Scarlett #802238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 58.72%
G = 15.6%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#802238 (or 0x802238) is known color: Scarlett. HEX triplet: 80, 22 and 38. RGB value is (128,34,56). Sum of RGB (Red+Green+Blue) = 128+34+56=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802238 is #7FDDC7. Grayscale: #404040. Windows color (decimal): -8379848 or 3678848. OLE color: 3678848.

HSL color Cylindrical-coordinate representation of color #802238: hue angle of 345.96º 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 #802238 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 56 -
CMYK 0 0.73 0.56 0.50
HSL 345.96º 0.58% 0.32% -
HSV(B) 345.96º 0.73% 0.5% -
XYZ 10.19 6.02 4.37 -
YUV 64.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 128 34 56 0 0.73 0.56 0.50 345.96 0.58 0.32
Hex 80 22 38 0 49 38 32 15A 3A 20
Octal 200 42 70 0 111 70 62 532 72 40
Binary 10000000 100010 111000 0 1001001 111000 110010 101011010 111010 100000

Color Harmonies of #802238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802238

Black with #802238

Text Example


Text Example

White with #802238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802238; }

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

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

background-color css

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

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

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

border-color css

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

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

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