#7A2733

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

Shades of Scarlett #7A2733

Tints of Scarlett #7A2733

Color information

#7A2733 (or 0x7A2733) is unknown color: approx Scarlett. HEX triplet: 7A, 27 and 33. RGB value is (122,39,51). Sum of RGB (Red+Green+Blue) = 122+39+51=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2733 is #85D8CC. Grayscale: #414141. Windows color (decimal): -8771789 or 3352442. OLE color: 3352442.

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

Color convert

RGB1223951-
CMYK00.680.580.52
HSL351.33º51.55%31.57%-
HSV(B)351.33º68.03%47.84%-
XYZ9.355.833.76-
YUV65.18120168.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.55%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=57.55%
G=18.40%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122395100.680.580.52351.3351.5531.57
Hex7A27330443A3415f3420
Octal1724763010472645376440
Binary111101010011111001101000100111010110100101011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,39,51); }

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

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

 a { background-color: rgb(122,39,51); }

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

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

 span { border-color: rgb(122,39,51); }

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