#884258

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

Shades of Camelot #884258

Tints of Camelot #884258

Color information

#884258 (or 0x884258) is unknown color: approx Camelot. HEX triplet: 88, 42 and 58. RGB value is (136,66,88). Sum of RGB (Red+Green+Blue) = 136+66+88=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884258 is #77BDA7. Grayscale: #595959. Windows color (decimal): -7847336 or 5784200. OLE color: 5784200.

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

Color convert

RGB1366688-
CMYK00.510.350.47
HSL341.14º34.65%39.61%-
HSV(B)341.14º51.47%53.33%-
XYZ13.869.8410.4-
YUV89.44127.19161.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=46.90%
G=22.76%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136668800.510.350.47341.1434.6539.61
Hex884258033232F1552328
Octal21010213006343575254350
Binary10001000100001010110000110011100011101111101010101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884258; }

 p { color: rgb(136,66,88); }

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

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

 a { background-color: rgb(136,66,88); }

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

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

 span { border-color: rgb(136,66,88); }

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