#75232F

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

Shades of Scarlett #75232F

Tints of Scarlett #75232F

Color information

#75232F (or 0x75232F) is unknown color: approx Scarlett. HEX triplet: 75, 23 and 2F. RGB value is (117,35,47). Sum of RGB (Red+Green+Blue) = 117+35+47=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232F is #8ADCD0. Grayscale: #3C3C3C. Windows color (decimal): -9100497 or 3089269. OLE color: 3089269.

HSL color Cylindrical-coordinate representation of color #75232F: hue angle of 351.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75232F is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1173547-
CMYK00.700.600.54
HSL351.22º53.95%29.8%-
HSV(B)351.22º70.09%45.88%-
XYZ8.455.193.25-
YUV60.89120.17168.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=58.79%
G=17.59%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117354700.700.600.54351.2253.9529.8
Hex75232F0463C3615f361e
Octal1654357010674665376636
Binary11101011000111011110100011011110011011010101111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75232F; }

 p { color: rgb(117,35,47); }

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

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

 a { background-color: rgb(117,35,47); }

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

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

 span { border-color: rgb(117,35,47); }

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