#874358

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

Shades of Camelot #874358

Tints of Camelot #874358

Color information

#874358 (or 0x874358) is unknown color: approx Camelot. HEX triplet: 87, 43 and 58. RGB value is (135,67,88). Sum of RGB (Red+Green+Blue) = 135+67+88=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874358 is #78BCA7. Grayscale: #595959. Windows color (decimal): -7912616 or 5784455. OLE color: 5784455.

HSL color Cylindrical-coordinate representation of color #874358: hue angle of 341.47º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874358 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1356788-
CMYK00.500.350.47
HSL341.47º33.66%39.61%-
HSV(B)341.47º50.37%52.94%-
XYZ13.769.8710.41-
YUV89.73127.03160.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=46.55%
G=23.10%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135678800.500.350.47341.4733.6639.61
Hex874358032232F1552228
Octal20710313006243575254250
Binary10000111100001110110000110010100011101111101010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874358; }

 p { color: rgb(135,67,88); }

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

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

 a { background-color: rgb(135,67,88); }

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

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

 span { border-color: rgb(135,67,88); }

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