#883D54

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

Shades of Camelot #883D54

Tints of Camelot #883D54

Color information

#883D54 (or 0x883D54) is unknown color: approx Camelot. HEX triplet: 88, 3D and 54. RGB value is (136,61,84). Sum of RGB (Red+Green+Blue) = 136+61+84=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #883D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D54 is #77C2AB. Grayscale: #565656. Windows color (decimal): -7848620 or 5520776. OLE color: 5520776.

HSL color Cylindrical-coordinate representation of color #883D54: hue angle of 341.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D54 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1366184-
CMYK00.550.380.47
HSL341.6º38.07%38.63%-
HSV(B)341.6º55.15%53.33%-
XYZ13.429.219.46-
YUV86.05126.85163.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=48.40%
G=21.71%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136618400.550.380.47341.638.0738.63
Hex883D54037262F1562627
Octal2107512406746575264647
Binary1000100011110110101000110111100110101111101010110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883D54; }

 p { color: rgb(136,61,84); }

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

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

 a { background-color: rgb(136,61,84); }

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

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

 span { border-color: rgb(136,61,84); }

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