#762430

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

Shades of Scarlett #762430

Tints of Scarlett #762430

Color information

#762430 (or 0x762430) is unknown color: approx Scarlett. HEX triplet: 76, 24 and 30. RGB value is (118,36,48). Sum of RGB (Red+Green+Blue) = 118+36+48=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #762430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762430 is #89DBCF. Grayscale: #3D3D3D. Windows color (decimal): -9034704 or 3155062. OLE color: 3155062.

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

Color convert

RGB1183648-
CMYK00.690.590.54
HSL351.22º53.25%30.2%-
HSV(B)351.22º69.49%46.27%-
XYZ8.645.333.37-
YUV61.89120.17168.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=58.42%
G=17.82%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118364800.690.590.54351.2253.2530.2
Hex7624300453B3615f351e
Octal1664460010573665376536
Binary11101101001001100000100010111101111011010101111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762430; }

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

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

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

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

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

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

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

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