#752430

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

Shades of Scarlett #752430

Tints of Scarlett #752430

Color information

#752430 (or 0x752430) is unknown color: approx Scarlett. HEX triplet: 75, 24 and 30. RGB value is (117,36,48). Sum of RGB (Red+Green+Blue) = 117+36+48=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #752430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752430 is #8ADBCF. Grayscale: #3D3D3D. Windows color (decimal): -9100240 or 3155061. OLE color: 3155061.

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

Color convert

RGB1173648-
CMYK00.690.590.54
HSL351.11º52.94%30%-
HSV(B)351.11º69.23%45.88%-
XYZ8.55.263.36-
YUV61.59120.34167.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=58.21%
G=17.91%
B=23.88%

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
Decimal117364800.690.590.54351.1152.9430
Hex7524300453B3615f351e
Octal1654460010573665376536
Binary11101011001001100000100010111101111011010101111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752430; }

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

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

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

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

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

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

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

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