#762632

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

Shades of Scarlett #762632

Tints of Scarlett #762632

Color information

#762632 (or 0x762632) is unknown color: approx Scarlett. HEX triplet: 76, 26 and 32. RGB value is (118,38,50). Sum of RGB (Red+Green+Blue) = 118+38+50=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762632 is #89D9CD. Grayscale: #3F3F3F. Windows color (decimal): -9034190 or 3286646. OLE color: 3286646.

HSL color Cylindrical-coordinate representation of color #762632: hue angle of 351º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762632 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1183850-
CMYK00.680.580.54
HSL351º51.28%30.59%-
HSV(B)351º67.8%46.27%-
XYZ8.745.473.61-
YUV63.29120.5167.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=57.28%
G=18.45%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118385000.680.580.5435151.2830.59
Hex7626320443A3615f331f
Octal1664662010472665376337
Binary11101101001101100100100010011101011011010101111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762632; }

 p { color: rgb(118,38,50); }

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

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

 a { background-color: rgb(118,38,50); }

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

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

 span { border-color: rgb(118,38,50); }

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