#88374B

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

Shades of Camelot #88374B

Tints of Camelot #88374B

Color information

#88374B (or 0x88374B) is unknown color: approx Camelot. HEX triplet: 88, 37 and 4B. RGB value is (136,55,75). Sum of RGB (Red+Green+Blue) = 136+55+75=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88374B is #77C8B4. Grayscale: #515151. Windows color (decimal): -7850165 or 4929416. OLE color: 4929416.

HSL color Cylindrical-coordinate representation of color #88374B: hue angle of 345.19º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88374B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1365575-
CMYK00.600.450.47
HSL345.19º42.41%37.45%-
HSV(B)345.19º59.56%53.33%-
XYZ12.798.477.62-
YUV81.5124.34166.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=51.13%
G=20.68%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136557500.600.450.47345.1942.4137.45
Hex88374B03C2D2F1592a25
Octal2106711307455575315245
Binary1000100011011110010110111100101101101111101011001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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