#7C2531

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

Shades of Scarlett #7C2531

Tints of Scarlett #7C2531

Color information

#7C2531 (or 0x7C2531) is unknown color: approx Scarlett. HEX triplet: 7C, 25 and 31. RGB value is (124,37,49). Sum of RGB (Red+Green+Blue) = 124+37+49=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2531 is #83DACE. Grayscale: #404040. Windows color (decimal): -8641231 or 3220860. OLE color: 3220860.

HSL color Cylindrical-coordinate representation of color #7C2531: hue angle of 351.72º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C2531 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1243749-
CMYK00.700.600.51
HSL351.72º54.04%31.57%-
HSV(B)351.72º70.16%48.63%-
XYZ9.535.833.53-
YUV64.38119.32170.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=59.05%
G=17.62%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124374900.700.600.51351.7254.0431.57
Hex7C25310463C331603620
Octal1744561010674635406640
Binary111110010010111000101000110111100110011101100000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,37,49); }

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

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

 a { background-color: rgb(124,37,49); }

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

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

 span { border-color: rgb(124,37,49); }

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