#7C262A

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

Shades of Scarlett #7C262A

Tints of Scarlett #7C262A

Color information

#7C262A (or 0x7C262A) is unknown color: approx Scarlett. HEX triplet: 7C, 26 and 2A. RGB value is (124,38,42). Sum of RGB (Red+Green+Blue) = 124+38+42=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C262A is #83D9D5. Grayscale: #404040. Windows color (decimal): -8640982 or 2762364. OLE color: 2762364.

HSL color Cylindrical-coordinate representation of color #7C262A: hue angle of 357.21º 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 #7C262A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB1243842-
CMYK00.690.660.51
HSL357.21º53.09%31.76%-
HSV(B)357.21º69.35%48.63%-
XYZ9.425.842.82-
YUV64.17115.49170.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=60.78%
G=18.63%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124384200.690.660.51357.2153.0931.76
Hex7C262A04542331653520
Octal17446520105102635456540
Binary1111100100110101010010001011000010110011101100101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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