#7A262F

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

Shades of Scarlett #7A262F

Tints of Scarlett #7A262F

Color information

#7A262F (or 0x7A262F) is unknown color: approx Scarlett. HEX triplet: 7A, 26 and 2F. RGB value is (122,38,47). Sum of RGB (Red+Green+Blue) = 122+38+47=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A262F is #85D9D0. Grayscale: #404040. Windows color (decimal): -8772049 or 3090042. OLE color: 3090042.

HSL color Cylindrical-coordinate representation of color #7A262F: hue angle of 353.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A262F is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB1223847-
CMYK00.690.610.52
HSL353.57º52.5%31.37%-
HSV(B)353.57º68.85%47.84%-
XYZ9.235.733.31-
YUV64.14118.33169.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.94%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=58.94%
G=18.36%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122384700.690.610.52353.5752.531.37
Hex7A262F0453D34162341f
Octal1724657010575645426437
Binary11110101001101011110100010111110111010010110001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,38,47); }

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

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

 a { background-color: rgb(122,38,47); }

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

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

 span { border-color: rgb(122,38,47); }

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