#7B2133

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

Shades of Scarlett #7B2133

Tints of Scarlett #7B2133

Color information

#7B2133 (or 0x7B2133) is unknown color: approx Scarlett. HEX triplet: 7B, 21 and 33. RGB value is (123,33,51). Sum of RGB (Red+Green+Blue) = 123+33+51=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2133 is #84DECC. Grayscale: #3D3D3D. Windows color (decimal): -8707789 or 3350907. OLE color: 3350907.

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

Color convert

RGB1233351-
CMYK00.730.590.52
HSL348º57.69%30.59%-
HSV(B)348º73.17%48.24%-
XYZ9.315.543.71-
YUV61.96121.82171.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.42%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=59.42%
G=15.94%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123335100.730.590.5234857.6930.59
Hex7B21330493B3415c3a1f
Octal1734163011173645347237
Binary11110111000011100110100100111101111010010101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,33,51); }

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

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

 a { background-color: rgb(123,33,51); }

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

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

 span { border-color: rgb(123,33,51); }

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