Html Css Color HEX #80232A Scarlett

📋 copy color: '#80232A'

red 128 ◦ green 35 ◦ blue 42

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

Shades of Scarlett #80232A

Tints of Scarlett #80232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 62.44%
G = 17.07%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80232A (or 0x80232A) is known color: Scarlett. HEX triplet: 80, 23 and 2A. RGB value is (128,35,42). Sum of RGB (Red+Green+Blue) = 128+35+42=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80232A is #7FDCD5. Grayscale: #3F3F3F. Windows color (decimal): -8379606 or 2761600. OLE color: 2761600.

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

Color convert

RGB 128 35 42 -
CMYK 0 0.73 0.67 0.50
HSL 355.48º 0.57% 0.32% -
HSV(B) 355.48º 0.73% 0.5% -
XYZ 9.92 5.96 2.82 -
YUV 63.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 128 35 42 0 0.73 0.67 0.50 355.48 0.57 0.32
Hex 80 23 2A 0 49 43 32 163 39 20
Octal 200 43 52 0 111 103 62 543 71 40
Binary 10000000 100011 101010 0 1001001 1000011 110010 101100011 111001 100000

Color Harmonies of #80232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80232A

Black with #80232A

Text Example


Text Example

White with #80232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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