#7C2634

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

Shades of Scarlett #7C2634

Tints of Scarlett #7C2634

Color information

#7C2634 (or 0x7C2634) is unknown color: approx Scarlett. HEX triplet: 7C, 26 and 34. RGB value is (124,38,52). Sum of RGB (Red+Green+Blue) = 124+38+52=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2634 is #83D9CB. Grayscale: #414141. Windows color (decimal): -8640972 or 3417724. OLE color: 3417724.

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

Color convert

RGB1243852-
CMYK00.690.580.51
HSL350.23º53.09%31.76%-
HSV(B)350.23º69.35%48.63%-
XYZ9.635.923.88-
YUV65.31120.49169.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.94%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=57.94%
G=17.76%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124385200.690.580.51350.2353.0931.76
Hex7C26340453A3315e3520
Octal1744664010572635366540
Binary111110010011011010001000101111010110011101011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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