#7E132C

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

Shades of Scarlett #7E132C

Tints of Scarlett #7E132C

Color information

#7E132C (or 0x7E132C) is unknown color: approx Scarlett. HEX triplet: 7E, 13 and 2C. RGB value is (126,19,44). Sum of RGB (Red+Green+Blue) = 126+19+44=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E132C is #81ECD3. Grayscale: #353535. Windows color (decimal): -8514772 or 2888574. OLE color: 2888574.

HSL color Cylindrical-coordinate representation of color #7E132C: hue angle of 345.98º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E132C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1261944-
CMYK00.850.650.51
HSL345.98º73.79%28.43%-
HSV(B)345.98º84.92%49.41%-
XYZ9.295.082.87-
YUV53.84122.45179.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=66.67%
G=10.05%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126194400.850.650.51345.9873.7928.43
Hex7E132C055413315a4a1c
Octal176235401251016353211234
Binary111111010011101100010101011000001110011101011010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,19,44); }

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

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

 a { background-color: rgb(126,19,44); }

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

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

 span { border-color: rgb(126,19,44); }

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