#883D4B

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

Shades of Camelot #883D4B

Tints of Camelot #883D4B

Color information

#883D4B (or 0x883D4B) is unknown color: approx Camelot. HEX triplet: 88, 3D and 4B. RGB value is (136,61,75). Sum of RGB (Red+Green+Blue) = 136+61+75=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D4B is #77C2B4. Grayscale: #555555. Windows color (decimal): -7848629 or 4930952. OLE color: 4930952.

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

Color convert

RGB1366175-
CMYK00.550.450.47
HSL348.8º38.07%38.63%-
HSV(B)348.8º55.15%53.33%-
XYZ13.099.087.72-
YUV85.02122.35164.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=50%
G=22.43%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136617500.550.450.47348.838.0738.63
Hex883D4B0372D2F15d2627
Octal2107511306755575354647
Binary1000100011110110010110110111101101101111101011101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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