#88414D

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

Shades of Camelot #88414D

Tints of Camelot #88414D

Color information

#88414D (or 0x88414D) is unknown color: approx Camelot. HEX triplet: 88, 41 and 4D. RGB value is (136,65,77). Sum of RGB (Red+Green+Blue) = 136+65+77=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88414D is #77BEB2. Grayscale: #575757. Windows color (decimal): -7847603 or 5063048. OLE color: 5063048.

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

Color convert

RGB1366577-
CMYK00.520.430.47
HSL349.86º35.32%39.41%-
HSV(B)349.86º52.21%53.33%-
XYZ13.389.558.16-
YUV87.6122.02162.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=48.92%
G=23.38%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136657700.520.430.47349.8635.3239.41
Hex88414D0342B2F15e2327
Octal21010111506453575364347
Binary10001000100000110011010110100101011101111101011110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88414D; }

 p { color: rgb(136,65,77); }

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

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

 a { background-color: rgb(136,65,77); }

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

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

 span { border-color: rgb(136,65,77); }

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