#88354A

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

Shades of Camelot #88354A

Tints of Camelot #88354A

Color information

#88354A (or 0x88354A) is unknown color: approx Camelot. HEX triplet: 88, 35 and 4A. RGB value is (136,53,74). Sum of RGB (Red+Green+Blue) = 136+53+74=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88354A is #77CAB5. Grayscale: #505050. Windows color (decimal): -7850678 or 4863368. OLE color: 4863368.

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

Color convert

RGB1365374-
CMYK00.610.460.47
HSL344.82º43.92%37.06%-
HSV(B)344.82º61.03%53.33%-
XYZ12.668.277.41-
YUV80.21124.5167.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=51.71%
G=20.15%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136537400.610.460.47344.8243.9237.06
Hex88354A03D2E2F1592c25
Octal2106511207556575315445
Binary1000100011010110010100111101101110101111101011001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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