Html Css Color HEX #80232F Scarlett

📋 copy color: '#80232F'

red 128 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #80232F

Tints of Scarlett #80232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 60.95%
G = 16.67%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80232F (or 0x80232F) is known color: Scarlett. HEX triplet: 80, 23 and 2F. RGB value is (128,35,47). Sum of RGB (Red+Green+Blue) = 128+35+47=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80232F is #7FDCD0. Grayscale: #404040. Windows color (decimal): -8379601 or 3089280. OLE color: 3089280.

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

Color convert

RGB 128 35 47 -
CMYK 0 0.73 0.63 0.50
HSL 352.26º 0.57% 0.32% -
HSV(B) 352.26º 0.73% 0.5% -
XYZ 10.02 6 3.32 -
YUV 64.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 128 35 47 0 0.73 0.63 0.50 352.26 0.57 0.32
Hex 80 23 2F 0 49 3F 32 160 39 20
Octal 200 43 57 0 111 77 62 540 71 40
Binary 10000000 100011 101111 0 1001001 111111 110010 101100000 111001 100000

Color Harmonies of #80232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80232F

Black with #80232F

Text Example


Text Example

White with #80232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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