#7A2632

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

Shades of Scarlett #7A2632

Tints of Scarlett #7A2632

Color information

#7A2632 (or 0x7A2632) is unknown color: approx Scarlett. HEX triplet: 7A, 26 and 32. RGB value is (122,38,50). Sum of RGB (Red+Green+Blue) = 122+38+50=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2632 is #85D9CD. Grayscale: #404040. Windows color (decimal): -8772046 or 3286650. OLE color: 3286650.

HSL color Cylindrical-coordinate representation of color #7A2632: hue angle of 351.43º 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 #7A2632 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB1223850-
CMYK00.690.590.52
HSL351.43º52.5%31.37%-
HSV(B)351.43º68.85%47.84%-
XYZ9.295.753.64-
YUV64.48119.83169.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.10%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=58.10%
G=18.10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122385000.690.590.52351.4352.531.37
Hex7A26320453B3415f341f
Octal1724662010573645376437
Binary11110101001101100100100010111101111010010101111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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