#7A242C

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

Shades of Scarlett #7A242C

Tints of Scarlett #7A242C

Color information

#7A242C (or 0x7A242C) is unknown color: approx Scarlett. HEX triplet: 7A, 24 and 2C. RGB value is (122,36,44). Sum of RGB (Red+Green+Blue) = 122+36+44=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A242C is #85DBD3. Grayscale: #3E3E3E. Windows color (decimal): -8772564 or 2892922. OLE color: 2892922.

HSL color Cylindrical-coordinate representation of color #7A242C: hue angle of 354.42º degrees, saturation: 0.54, 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 #7A242C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1223644-
CMYK00.700.640.52
HSL354.42º54.43%30.98%-
HSV(B)354.42º70.49%47.84%-
XYZ9.115.582.98-
YUV62.63117.49170.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.40%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=60.40%
G=17.82%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122364400.700.640.52354.4254.4330.98
Hex7A242C0464034162361f
Octal17244540106100645426637
Binary111101010010010110001000110100000011010010110001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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