#7F222F

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

Shades of Scarlett #7F222F

Tints of Scarlett #7F222F

Color information

#7F222F (or 0x7F222F) is unknown color: approx Scarlett. HEX triplet: 7F, 22 and 2F. RGB value is (127,34,47). Sum of RGB (Red+Green+Blue) = 127+34+47=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F222F is #80DDD0. Grayscale: #3F3F3F. Windows color (decimal): -8445393 or 3089023. OLE color: 3089023.

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

Color convert

RGB1273447-
CMYK00.730.630.50
HSL351.61º57.76%31.57%-
HSV(B)351.61º73.23%49.8%-
XYZ9.845.863.3-
YUV63.29118.81173.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.06%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=61.06%
G=16.35%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127344700.730.630.50351.6157.7631.57
Hex7F222F0493F321603a20
Octal1774257011177625407240
Binary111111110001010111101001001111111110010101100000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,34,47); }

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

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

 a { background-color: rgb(127,34,47); }

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

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

 span { border-color: rgb(127,34,47); }

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