#76242E

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

Shades of Scarlett #76242E

Tints of Scarlett #76242E

Color information

#76242E (or 0x76242E) is unknown color: approx Scarlett. HEX triplet: 76, 24 and 2E. RGB value is (118,36,46). Sum of RGB (Red+Green+Blue) = 118+36+46=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76242E is #89DBD1. Grayscale: #3D3D3D. Windows color (decimal): -9034706 or 3023990. OLE color: 3023990.

HSL color Cylindrical-coordinate representation of color #76242E: hue angle of 352.68º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76242E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1183646-
CMYK00.690.610.54
HSL352.68º53.25%30.2%-
HSV(B)352.68º69.49%46.27%-
XYZ8.65.313.16-
YUV61.66119.17168.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 46 (18.36% from 255) = 23%
R=59%
G=18%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118364600.690.610.54352.6853.2530.2
Hex76242E0453D36161351e
Octal1664456010575665416536
Binary11101101001001011100100010111110111011010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76242E; }

 p { color: rgb(118,36,46); }

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

<style>
 a { background-color: #76242E; }

 a { background-color: rgb(118,36,46); }

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

<style>
 span { border-color: #76242E; }

 span { border-color: rgb(118,36,46); }

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