#7F232D

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

Shades of Scarlett #7F232D

Tints of Scarlett #7F232D

Color information

#7F232D (or 0x7F232D) is unknown color: approx Scarlett. HEX triplet: 7F, 23 and 2D. RGB value is (127,35,45). Sum of RGB (Red+Green+Blue) = 127+35+45=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F232D is #80DCD2. Grayscale: #3F3F3F. Windows color (decimal): -8445139 or 2958207. OLE color: 2958207.

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

Color convert

RGB1273545-
CMYK00.720.650.50
HSL353.48º56.79%31.76%-
HSV(B)353.48º72.44%49.8%-
XYZ9.835.93.1-
YUV63.65117.48173.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=61.35%
G=16.91%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127354500.720.650.50353.4856.7931.76
Hex7F232D04841321613920
Octal17743550110101625417140
Binary1111111100011101101010010001000001110010101100001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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