#883A4D

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

Shades of Camelot #883A4D

Tints of Camelot #883A4D

Color information

#883A4D (or 0x883A4D) is unknown color: approx Camelot. HEX triplet: 88, 3A and 4D. RGB value is (136,58,77). Sum of RGB (Red+Green+Blue) = 136+58+77=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #883A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A4D is #77C5B2. Grayscale: #535353. Windows color (decimal): -7849395 or 5061256. OLE color: 5061256.

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

Color convert

RGB1365877-
CMYK00.570.430.47
HSL345.38º40.21%38.04%-
HSV(B)345.38º57.35%53.33%-
XYZ13.018.88.03-
YUV83.49124.34165.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=50.18%
G=21.40%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136587700.570.430.47345.3840.2138.04
Hex883A4D0392B2F1592826
Octal2107211507153575315046
Binary1000100011101010011010111001101011101111101011001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,58,77); }

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

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

 a { background-color: rgb(136,58,77); }

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

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

 span { border-color: rgb(136,58,77); }

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