Html Css Color HEX #80232C Scarlett

📋 copy color: '#80232C'

red 128 ◦ green 35 ◦ blue 44

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

Shades of Scarlett #80232C

Tints of Scarlett #80232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 61.84%
G = 16.91%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80232C (or 0x80232C) is known color: Scarlett. HEX triplet: 80, 23 and 2C. RGB value is (128,35,44). Sum of RGB (Red+Green+Blue) = 128+35+44=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80232C is #7FDCD3. Grayscale: #3F3F3F. Windows color (decimal): -8379604 or 2892672. OLE color: 2892672.

HSL color Cylindrical-coordinate representation of color #80232C: hue angle of 354.19º degrees, saturation: 0.57, 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 #80232C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 44 -
CMYK 0 0.73 0.66 0.50
HSL 354.19º 0.57% 0.32% -
HSV(B) 354.19º 0.73% 0.5% -
XYZ 9.96 5.97 3.01 -
YUV 63.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 128 35 44 0 0.73 0.66 0.50 354.19 0.57 0.32
Hex 80 23 2C 0 49 42 32 162 39 20
Octal 200 43 54 0 111 102 62 542 71 40
Binary 10000000 100011 101100 0 1001001 1000010 110010 101100010 111001 100000

Color Harmonies of #80232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80232C

Black with #80232C

Text Example


Text Example

White with #80232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80232C; }

 p { color: rgb(128,35,44); }

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

background-color css

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

 a { background-color: rgb(128,35,44); }

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

border-color css

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

 span { border-color: rgb(128,35,44); }

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