Html Css Color HEX #80232E Scarlett

📋 copy color: '#80232E'

red 128 ◦ green 35 ◦ blue 46

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

Shades of Scarlett #80232E

Tints of Scarlett #80232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 61.24%
G = 16.75%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80232E (or 0x80232E) is known color: Scarlett. HEX triplet: 80, 23 and 2E. RGB value is (128,35,46). Sum of RGB (Red+Green+Blue) = 128+35+46=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80232E is #7FDCD1. Grayscale: #404040. Windows color (decimal): -8379602 or 3023744. OLE color: 3023744.

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

Color convert

RGB 128 35 46 -
CMYK 0 0.73 0.64 0.50
HSL 352.9º 0.57% 0.32% -
HSV(B) 352.9º 0.73% 0.5% -
XYZ 10 5.99 3.21 -
YUV 64.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 128 35 46 0 0.73 0.64 0.50 352.9 0.57 0.32
Hex 80 23 2E 0 49 40 32 161 39 20
Octal 200 43 56 0 111 100 62 541 71 40
Binary 10000000 100011 101110 0 1001001 1000000 110010 101100001 111001 100000

Color Harmonies of #80232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80232E

Black with #80232E

Text Example


Text Example

White with #80232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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