#883B4A

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

Shades of Camelot #883B4A

Tints of Camelot #883B4A

Color information

#883B4A (or 0x883B4A) is unknown color: approx Camelot. HEX triplet: 88, 3B and 4A. RGB value is (136,59,74). Sum of RGB (Red+Green+Blue) = 136+59+74=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #883B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B4A is #77C4B5. Grayscale: #535353. Windows color (decimal): -7849142 or 4864904. OLE color: 4864904.

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

Color convert

RGB1365974-
CMYK00.570.460.47
HSL348.31º39.49%38.24%-
HSV(B)348.31º56.62%53.33%-
XYZ12.958.867.51-
YUV83.73122.51165.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 59 (23.44% from 255) = 21.93%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=50.56%
G=21.93%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136597400.570.460.47348.3139.4938.24
Hex883B4A0392E2F15c2726
Octal2107311207156575344746
Binary1000100011101110010100111001101110101111101011100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,59,74); }

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

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

 a { background-color: rgb(136,59,74); }

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

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

 span { border-color: rgb(136,59,74); }

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