#7B232D

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

Shades of Scarlett #7B232D

Tints of Scarlett #7B232D

Color information

#7B232D (or 0x7B232D) is unknown color: approx Scarlett. HEX triplet: 7B, 23 and 2D. RGB value is (123,35,45). Sum of RGB (Red+Green+Blue) = 123+35+45=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B232D is #84DCD2. Grayscale: #3E3E3E. Windows color (decimal): -8707283 or 2958203. OLE color: 2958203.

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

Color convert

RGB1233545-
CMYK00.720.630.52
HSL353.18º55.7%30.98%-
HSV(B)353.18º71.54%48.24%-
XYZ9.245.63.08-
YUV62.45118.15171.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.59%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=60.59%
G=17.24%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123354500.720.630.52353.1855.730.98
Hex7B232D0483F34161381f
Octal1734355011077645417037
Binary11110111000111011010100100011111111010010110000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,35,45); }

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

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

 a { background-color: rgb(123,35,45); }

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

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

 span { border-color: rgb(123,35,45); }

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