#7A212F

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

Shades of Scarlett #7A212F

Tints of Scarlett #7A212F

Color information

#7A212F (or 0x7A212F) is unknown color: approx Scarlett. HEX triplet: 7A, 21 and 2F. RGB value is (122,33,47). Sum of RGB (Red+Green+Blue) = 122+33+47=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A212F is #85DED0. Grayscale: #3D3D3D. Windows color (decimal): -8773329 or 3088762. OLE color: 3088762.

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

Color convert

RGB1223347-
CMYK00.730.610.52
HSL350.56º57.42%30.39%-
HSV(B)350.56º72.95%47.84%-
XYZ9.085.433.26-
YUV61.21119.99171.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.40%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=60.40%
G=16.34%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122334700.730.610.52350.5657.4230.39
Hex7A212F0493D3415f391e
Octal1724157011175645377136
Binary11110101000011011110100100111110111010010101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,33,47); }

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

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

 a { background-color: rgb(122,33,47); }

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

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

 span { border-color: rgb(122,33,47); }

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