Html Css Color HEX #874059 Camelot

📋 copy color: '#874059'

red 135 ◦ green 64 ◦ blue 89

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

Shades of Camelot #874059

Tints of Camelot #874059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

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

R = 46.88%
G = 22.22%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#874059 (or 0x874059) is known color: Camelot. HEX triplet: 87, 40 and 59. RGB value is (135,64,89). Sum of RGB (Red+Green+Blue) = 135+64+89=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874059 is #78BFA6. Grayscale: #585858. Windows color (decimal): -7913383 or 5849223. OLE color: 5849223.

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

Color convert

RGB 135 64 89 -
CMYK 0 0.53 0.34 0.47
HSL 338.87º 0.36% 0.39% -
HSV(B) 338.87º 0.53% 0.53% -
XYZ 13.63 9.54 10.57 -
YUV 88.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 135 64 89 0 0.53 0.34 0.47 338.87 0.36 0.39
Hex 87 40 59 0 35 22 2F 153 24 27
Octal 207 100 131 0 65 42 57 523 44 47
Binary 10000111 1000000 1011001 0 110101 100010 101111 101010011 100100 100111

Color Harmonies of #874059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874059

Black with #874059

Text Example


Text Example

White with #874059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874059; }

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

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

background-color css

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

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

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

border-color css

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

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

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