#7A252E

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

Shades of Scarlett #7A252E

Tints of Scarlett #7A252E

Color information

#7A252E (or 0x7A252E) is unknown color: approx Scarlett. HEX triplet: 7A, 25 and 2E. RGB value is (122,37,46). Sum of RGB (Red+Green+Blue) = 122+37+46=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A252E is #85DAD1. Grayscale: #3F3F3F. Windows color (decimal): -8772306 or 3024250. OLE color: 3024250.

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

Color convert

RGB1223746-
CMYK00.700.620.52
HSL353.65º53.46%31.18%-
HSV(B)353.65º69.67%47.84%-
XYZ9.185.663.19-
YUV63.44118.16169.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=59.51%
G=18.05%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122374600.700.620.52353.6553.4631.18
Hex7A252E0463E34162351f
Octal1724556010676645426537
Binary11110101001011011100100011011111011010010110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,37,46); }

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

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

 a { background-color: rgb(122,37,46); }

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

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

 span { border-color: rgb(122,37,46); }

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