Html Css Color HEX #874150 Camelot

📋 copy color: '#874150'

red 135 ◦ green 65 ◦ blue 80

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

Shades of Camelot #874150

Tints of Camelot #874150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 48.21%
G = 23.21%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#874150 (or 0x874150) is known color: Camelot. HEX triplet: 87, 41 and 50. RGB value is (135,65,80). Sum of RGB (Red+Green+Blue) = 135+65+80=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #874150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874150 is #78BEAF. Grayscale: #575757. Windows color (decimal): -7913136 or 5259655. OLE color: 5259655.

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

Color convert

RGB 135 65 80 -
CMYK 0 0.52 0.41 0.47
HSL 347.14º 0.35% 0.39% -
HSV(B) 347.14º 0.52% 0.53% -
XYZ 13.33 9.51 8.72 -
YUV 87.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 135 65 80 0 0.52 0.41 0.47 347.14 0.35 0.39
Hex 87 41 50 0 34 29 2F 15B 23 27
Octal 207 101 120 0 64 51 57 533 43 47
Binary 10000111 1000001 1010000 0 110100 101001 101111 101011011 100011 100111

Color Harmonies of #874150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874150

Black with #874150

Text Example


Text Example

White with #874150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874150; }

 p { color: rgb(135,65,80); }

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

background-color css

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

 a { background-color: rgb(135,65,80); }

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

border-color css

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

 span { border-color: rgb(135,65,80); }

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