#88334A

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

Shades of Camelot #88334A

Tints of Camelot #88334A

Color information

#88334A (or 0x88334A) is unknown color: approx Camelot. HEX triplet: 88, 33 and 4A. RGB value is (136,51,74). Sum of RGB (Red+Green+Blue) = 136+51+74=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88334A is #77CCB5. Grayscale: #4F4F4F. Windows color (decimal): -7851190 or 4862856. OLE color: 4862856.

HSL color Cylindrical-coordinate representation of color #88334A: hue angle of 343.76º 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 #88334A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1365174-
CMYK00.620.460.47
HSL343.76º45.45%36.67%-
HSV(B)343.76º62.5%53.33%-
XYZ12.578.17.38-
YUV79.04125.16168.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=52.11%
G=19.54%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136517400.620.460.47343.7645.4536.67
Hex88334A03E2E2F1582d25
Octal2106311207656575305545
Binary1000100011001110010100111110101110101111101011000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88334A; }

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

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

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

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

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

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

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

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