#7A222D

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

Shades of Scarlett #7A222D

Tints of Scarlett #7A222D

Color information

#7A222D (or 0x7A222D) is unknown color: approx Scarlett. HEX triplet: 7A, 22 and 2D. RGB value is (122,34,45). Sum of RGB (Red+Green+Blue) = 122+34+45=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A222D is #85DDD2. Grayscale: #3D3D3D. Windows color (decimal): -8773075 or 2957946. OLE color: 2957946.

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

Color convert

RGB1223445-
CMYK00.720.630.52
HSL352.5º56.41%30.59%-
HSV(B)352.5º72.13%47.84%-
XYZ9.075.473.06-
YUV61.57118.65171.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.70%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=60.70%
G=16.92%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122344500.720.630.52352.556.4130.59
Hex7A222D0483F34160381f
Octal1724255011077645407037
Binary11110101000101011010100100011111111010010110000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,34,45); }

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

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

 a { background-color: rgb(122,34,45); }

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

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

 span { border-color: rgb(122,34,45); }

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