#77252E

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

Shades of Scarlett #77252E

Tints of Scarlett #77252E

Color information

#77252E (or 0x77252E) is unknown color: approx Scarlett. HEX triplet: 77, 25 and 2E. RGB value is (119,37,46). Sum of RGB (Red+Green+Blue) = 119+37+46=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77252E is #88DAD1. Grayscale: #3E3E3E. Windows color (decimal): -8968914 or 3024247. OLE color: 3024247.

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

Color convert

RGB1193746-
CMYK00.690.610.53
HSL353.41º52.56%30.59%-
HSV(B)353.41º68.91%46.67%-
XYZ8.765.443.17-
YUV62.54118.67168.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=58.91%
G=18.32%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119374600.690.610.53353.4152.5630.59
Hex77252E0453D35161351f
Octal1674556010575655416537
Binary11101111001011011100100010111110111010110110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,37,46); }

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

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

 a { background-color: rgb(119,37,46); }

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

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

 span { border-color: rgb(119,37,46); }

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