#883348

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

Shades of Camelot #883348

Tints of Camelot #883348

Color information

#883348 (or 0x883348) is unknown color: approx Camelot. HEX triplet: 88, 33 and 48. RGB value is (136,51,72). Sum of RGB (Red+Green+Blue) = 136+51+72=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #883348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883348 is #77CCB7. Grayscale: #4E4E4E. Windows color (decimal): -7851192 or 4731784. OLE color: 4731784.

HSL color Cylindrical-coordinate representation of color #883348: hue angle of 345.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883348 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1365172-
CMYK00.620.470.47
HSL345.18º45.45%36.67%-
HSV(B)345.18º62.5%53.33%-
XYZ12.518.077.03-
YUV78.81124.16168.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=52.51%
G=19.69%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136517200.620.470.47345.1845.4536.67
Hex88334803E2F2F1592d25
Octal2106311007657575315545
Binary1000100011001110010000111110101111101111101011001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883348; }

 p { color: rgb(136,51,72); }

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

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

 a { background-color: rgb(136,51,72); }

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

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

 span { border-color: rgb(136,51,72); }

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