#7C2326

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

Shades of Scarlett #7C2326

Tints of Scarlett #7C2326

Color information

#7C2326 (or 0x7C2326) is unknown color: approx Scarlett. HEX triplet: 7C, 23 and 26. RGB value is (124,35,38). Sum of RGB (Red+Green+Blue) = 124+35+38=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2326 is #83DCD9. Grayscale: #3E3E3E. Windows color (decimal): -8641754 or 2499452. OLE color: 2499452.

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

Color convert

RGB1243538-
CMYK00.720.690.51
HSL357.98º55.97%31.18%-
HSV(B)357.98º71.77%48.63%-
XYZ9.265.632.43-
YUV61.95114.49172.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.94%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=62.94%
G=17.77%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124353800.720.690.51357.9855.9731.18
Hex7C23260484533166381f
Octal17443460110105635467037
Binary111110010001110011001001000100010111001110110011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,35,38); }

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

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

 a { background-color: rgb(124,35,38); }

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

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

 span { border-color: rgb(124,35,38); }

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