Html Css Color HEX #874259 Camelot

📋 copy color: '#874259'

red 135 ◦ green 66 ◦ blue 89

#874259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #874259

Tints of Camelot #874259

RGB

 RED value IS 135 (53.13% from 255) = 46.55%

 GREEN value IS 66 (26.17% from 255) = 22.76%

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 46.55%
G = 22.76%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#874259 (or 0x874259) is known color: Camelot. HEX triplet: 87, 42 and 59. RGB value is (135,66,89). Sum of RGB (Red+Green+Blue) = 135+66+89=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874259 is #78BDA6. Grayscale: #595959. Windows color (decimal): -7912871 or 5849735. OLE color: 5849735.

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

Color convert

RGB 135 66 89 -
CMYK 0 0.51 0.34 0.47
HSL 340º 0.34% 0.39% -
HSV(B) 340º 0.51% 0.53% -
XYZ 13.74 9.77 10.61 -
YUV 89.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 135 66 89 0 0.51 0.34 0.47 340 0.34 0.39
Hex 87 42 59 0 33 22 2F 154 22 27
Octal 207 102 131 0 63 42 57 524 42 47
Binary 10000111 1000010 1011001 0 110011 100010 101111 101010100 100010 100111

Color Harmonies of #874259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874259

Black with #874259

Text Example


Text Example

White with #874259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874259; }

 p { color: rgb(135,66,89); }

 H1.HeaderClassName
 {
   color: #874259;
 }
 .AnyTagClassName
 {
   color: #874259;
 }
</style>

background-color css

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

 a { background-color: rgb(135,66,89); }

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

border-color css

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

 span { border-color: rgb(135,66,89); }

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