#753343

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

Shades of Camelot #753343

Tints of Camelot #753343

Color information

#753343 (or 0x753343) is unknown color: approx Camelot. HEX triplet: 75, 33 and 43. RGB value is (117,51,67). Sum of RGB (Red+Green+Blue) = 117+51+67=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753343 is #8ACCBC. Grayscale: #484848. Windows color (decimal): -9096381 or 4404085. OLE color: 4404085.

HSL color Cylindrical-coordinate representation of color #753343: hue angle of 345.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753343 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1175167-
CMYK00.560.430.54
HSL345.45º39.29%32.94%-
HSV(B)345.45º56.41%45.88%-
XYZ9.536.556.07-
YUV72.56124.87159.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=49.79%
G=21.70%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117516700.560.430.54345.4539.2932.94
Hex7533430382B361592721
Octal1656310307053665314741
Binary111010111001110000110111000101011110110101011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753343; }

 p { color: rgb(117,51,67); }

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

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

 a { background-color: rgb(117,51,67); }

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

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

 span { border-color: rgb(117,51,67); }

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