#88374D

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

Shades of Camelot #88374D

Tints of Camelot #88374D

Color information

#88374D (or 0x88374D) is unknown color: approx Camelot. HEX triplet: 88, 37 and 4D. RGB value is (136,55,77). Sum of RGB (Red+Green+Blue) = 136+55+77=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88374D is #77C8B2. Grayscale: #515151. Windows color (decimal): -7850163 or 5060488. OLE color: 5060488.

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

Color convert

RGB1365577-
CMYK00.600.430.47
HSL343.7º42.41%37.45%-
HSV(B)343.7º59.56%53.33%-
XYZ12.868.57.98-
YUV81.73125.34166.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=50.75%
G=20.52%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136557700.600.430.47343.742.4137.45
Hex88374D03C2B2F1582a25
Octal2106711507453575305245
Binary1000100011011110011010111100101011101111101011000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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