#883448

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

Shades of Camelot #883448

Tints of Camelot #883448

Color information

#883448 (or 0x883448) is unknown color: approx Camelot. HEX triplet: 88, 34 and 48. RGB value is (136,52,72). Sum of RGB (Red+Green+Blue) = 136+52+72=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #883448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883448 is #77CBB7. Grayscale: #4F4F4F. Windows color (decimal): -7850936 or 4732040. OLE color: 4732040.

HSL color Cylindrical-coordinate representation of color #883448: hue angle of 345.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883448 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1365272-
CMYK00.620.470.47
HSL345.71º44.68%36.86%-
HSV(B)345.71º61.76%53.33%-
XYZ12.558.167.04-
YUV79.4123.83168.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=52.31%
G=20%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136527200.620.470.47345.7144.6836.86
Hex88344803E2F2F15a2d25
Octal2106411007657575325545
Binary1000100011010010010000111110101111101111101011010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883448; }

 p { color: rgb(136,52,72); }

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

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

 a { background-color: rgb(136,52,72); }

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

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

 span { border-color: rgb(136,52,72); }

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