#75242F

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

Shades of Scarlett #75242F

Tints of Scarlett #75242F

Color information

#75242F (or 0x75242F) is unknown color: approx Scarlett. HEX triplet: 75, 24 and 2F. RGB value is (117,36,47). Sum of RGB (Red+Green+Blue) = 117+36+47=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75242F is #8ADBD0. Grayscale: #3D3D3D. Windows color (decimal): -9100241 or 3089525. OLE color: 3089525.

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

Color convert

RGB1173647-
CMYK00.690.600.54
HSL351.85º52.94%30%-
HSV(B)351.85º69.23%45.88%-
XYZ8.485.253.26-
YUV61.47119.84167.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=58.5%
G=18%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117364700.690.600.54351.8552.9430
Hex75242F0453C36160351e
Octal1654457010574665406536
Binary11101011001001011110100010111110011011010110000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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