#75394B

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

Shades of Camelot #75394B

Tints of Camelot #75394B

Color information

#75394B (or 0x75394B) is unknown color: approx Camelot. HEX triplet: 75, 39 and 4B. RGB value is (117,57,75). Sum of RGB (Red+Green+Blue) = 117+57+75=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75394B is #8AC6B4. Grayscale: #4C4C4C. Windows color (decimal): -9094837 or 4929909. OLE color: 4929909.

HSL color Cylindrical-coordinate representation of color #75394B: hue angle of 342º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75394B is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1175775-
CMYK00.510.360.54
HSL342º34.48%34.12%-
HSV(B)342º51.28%45.88%-
XYZ10.077.227.52-
YUV76.99126.88156.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=46.99%
G=22.89%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117577500.510.360.5434234.4834.12
Hex75394B03324361562222
Octal1657111306344665264242
Binary111010111100110010110110011100100110110101010110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75394B; }

 p { color: rgb(117,57,75); }

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

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

 a { background-color: rgb(117,57,75); }

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

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

 span { border-color: rgb(117,57,75); }

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