#88374E

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

Shades of Camelot #88374E

Tints of Camelot #88374E

Color information

#88374E (or 0x88374E) is unknown color: approx Camelot. HEX triplet: 88, 37 and 4E. RGB value is (136,55,78). Sum of RGB (Red+Green+Blue) = 136+55+78=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88374E is #77C8B1. Grayscale: #515151. Windows color (decimal): -7850162 or 5126024. OLE color: 5126024.

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

Color convert

RGB1365578-
CMYK00.600.430.47
HSL342.96º42.41%37.45%-
HSV(B)342.96º59.56%53.33%-
XYZ12.898.528.17-
YUV81.84125.84166.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=50.56%
G=20.45%
B=29.00%

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
Decimal136557800.600.430.47342.9642.4137.45
Hex88374E03C2B2F1572a25
Octal2106711607453575275245
Binary1000100011011110011100111100101011101111101010111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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