#88344B

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

Shades of Camelot #88344B

Tints of Camelot #88344B

Color information

#88344B (or 0x88344B) is unknown color: approx Camelot. HEX triplet: 88, 34 and 4B. RGB value is (136,52,75). Sum of RGB (Red+Green+Blue) = 136+52+75=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88344B is #77CBB4. Grayscale: #4F4F4F. Windows color (decimal): -7850933 or 4928648. OLE color: 4928648.

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

Color convert

RGB1365275-
CMYK00.620.450.47
HSL343.57º44.68%36.86%-
HSV(B)343.57º61.76%53.33%-
XYZ12.658.27.57-
YUV79.74125.33168.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=51.71%
G=19.77%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136527500.620.450.47343.5744.6836.86
Hex88344B03E2D2F1582d25
Octal2106411307655575305545
Binary1000100011010010010110111110101101101111101011000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88344B; }

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

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

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

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

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

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

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

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