#883A4E

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

Shades of Camelot #883A4E

Tints of Camelot #883A4E

Color information

#883A4E (or 0x883A4E) is unknown color: approx Camelot. HEX triplet: 88, 3A and 4E. RGB value is (136,58,78). Sum of RGB (Red+Green+Blue) = 136+58+78=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A4E is #77C5B1. Grayscale: #535353. Windows color (decimal): -7849394 or 5126792. OLE color: 5126792.

HSL color Cylindrical-coordinate representation of color #883A4E: hue angle of 344.62º 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 #883A4E is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1365878-
CMYK00.570.430.47
HSL344.62º40.21%38.04%-
HSV(B)344.62º57.35%53.33%-
XYZ13.048.818.22-
YUV83.6124.84165.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=50%
G=21.32%
B=28.68%

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
Decimal136587800.570.430.47344.6240.2138.04
Hex883A4E0392B2F1592826
Octal2107211607153575315046
Binary1000100011101010011100111001101011101111101011001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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