#7A202C

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

Shades of Scarlett #7A202C

Tints of Scarlett #7A202C

Color information

#7A202C (or 0x7A202C) is unknown color: approx Scarlett. HEX triplet: 7A, 20 and 2C. RGB value is (122,32,44). Sum of RGB (Red+Green+Blue) = 122+32+44=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A202C is #85DFD3. Grayscale: #3C3C3C. Windows color (decimal): -8773588 or 2891898. OLE color: 2891898.

HSL color Cylindrical-coordinate representation of color #7A202C: hue angle of 352º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A202C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1223244-
CMYK00.740.640.52
HSL352º58.44%30.2%-
HSV(B)352º73.77%47.84%-
XYZ95.352.94-
YUV60.28118.82172.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.62%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=61.62%
G=16.16%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122324400.740.640.5235258.4430.2
Hex7A202C04A40341603a1e
Octal17240540112100645407236
Binary111101010000010110001001010100000011010010110000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,32,44); }

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

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

 a { background-color: rgb(122,32,44); }

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

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

 span { border-color: rgb(122,32,44); }

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