Html Css Color HEX #80232D Scarlett

📋 copy color: '#80232D'

red 128 ◦ green 35 ◦ blue 45

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

Shades of Scarlett #80232D

Tints of Scarlett #80232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 61.54%
G = 16.83%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80232D (or 0x80232D) is known color: Scarlett. HEX triplet: 80, 23 and 2D. RGB value is (128,35,45). Sum of RGB (Red+Green+Blue) = 128+35+45=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80232D is #7FDCD2. Grayscale: #404040. Windows color (decimal): -8379603 or 2958208. OLE color: 2958208.

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

Color convert

RGB 128 35 45 -
CMYK 0 0.73 0.65 0.50
HSL 353.55º 0.57% 0.32% -
HSV(B) 353.55º 0.73% 0.5% -
XYZ 9.98 5.98 3.11 -
YUV 63.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 128 35 45 0 0.73 0.65 0.50 353.55 0.57 0.32
Hex 80 23 2D 0 49 41 32 162 39 20
Octal 200 43 55 0 111 101 62 542 71 40
Binary 10000000 100011 101101 0 1001001 1000001 110010 101100010 111001 100000

Color Harmonies of #80232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80232D

Black with #80232D

Text Example


Text Example

White with #80232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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