#88374F

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

Shades of Camelot #88374F

Tints of Camelot #88374F

Color information

#88374F (or 0x88374F) is unknown color: approx Camelot. HEX triplet: 88, 37 and 4F. RGB value is (136,55,79). Sum of RGB (Red+Green+Blue) = 136+55+79=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88374F is #77C8B0. Grayscale: #515151. Windows color (decimal): -7850161 or 5191560. OLE color: 5191560.

HSL color Cylindrical-coordinate representation of color #88374F: hue angle of 342.22º 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 #88374F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1365579-
CMYK00.600.420.47
HSL342.22º42.41%37.45%-
HSV(B)342.22º59.56%53.33%-
XYZ12.938.538.36-
YUV81.96126.34166.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=50.37%
G=20.37%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136557900.600.420.47342.2242.4137.45
Hex88374F03C2A2F1562a25
Octal2106711707452575265245
Binary1000100011011110011110111100101010101111101010110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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