#7F2330

Color #7F2330 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7F2330

Tints of Scarlett #7F2330

Color information

#7F2330 (or 0x7F2330) is unknown color: approx Scarlett. HEX triplet: 7F, 23 and 30. RGB value is (127,35,48). Sum of RGB (Red+Green+Blue) = 127+35+48=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2330 is #80DCCF. Grayscale: #404040. Windows color (decimal): -8445136 or 3154815. OLE color: 3154815.

HSL color Cylindrical-coordinate representation of color #7F2330: hue angle of 351.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2330 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1273548-
CMYK00.720.620.50
HSL351.52º56.79%31.76%-
HSV(B)351.52º72.44%49.8%-
XYZ9.895.933.42-
YUV63.99118.98172.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.48%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=60.48%
G=16.67%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127354800.720.620.50351.5256.7931.76
Hex7F23300483E321603920
Octal1774360011076625407140
Binary111111110001111000001001000111110110010101100000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2330; }

 p { color: rgb(127,35,48); }

 H1.HeaderClassName
 {
   color: #7F2330;
 }
 .AnyTagClassName
 {
   color: #7F2330;
 }
</style>
background-color css

<style>
 a { background-color: #7F2330; }

 a { background-color: rgb(127,35,48); }

 div.DivClassName
 {
   background-color: #7F2330;
 }
 .BgClassName
 {
   background-color: #7F2330;
 }
</style>
border-color css

<style>
 span { border-color: #7F2330; }

 span { border-color: rgb(127,35,48); }

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