#7b212c

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

Shades of Scarlett #7B212C

Tints of Scarlett #7B212C

Color information

#7B212C (or 0x7B212C) is unknown color: approx Scarlett. HEX triplet: 7B, 21 and 2C. RGB value is (123,33,44). Sum of RGB (Red+Green+Blue) = 123+33+44=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B212C is #84DED3. Grayscale: #3D3D3D. Windows color (decimal): -8707796 or 2892155. OLE color: 2892155.

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

Color convert

RGB1233344-
CMYK00.730.640.52
HSL352.67º57.69%30.59%-
HSV(B)352.67º73.17%48.24%-
XYZ9.175.482.96-
YUV61.16118.32172.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=61.5%
G=16.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123334400.730.640.52352.6757.6930.59
Hex7B212C04940341613a1f
Octal17341540111100645417237
Binary111101110000110110001001001100000011010010110000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b212c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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