Html Css Color HEX #87404D Camelot

📋 copy color: '#87404D'

red 135 ◦ green 64 ◦ blue 77

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

Shades of Camelot #87404D

Tints of Camelot #87404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 48.91%
G = 23.19%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87404D (or 0x87404D) is known color: Camelot. HEX triplet: 87, 40 and 4D. RGB value is (135,64,77). Sum of RGB (Red+Green+Blue) = 135+64+77=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87404D is #78BFB2. Grayscale: #565656. Windows color (decimal): -7913395 or 5062791. OLE color: 5062791.

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

Color convert

RGB 135 64 77 -
CMYK 0 0.53 0.43 0.47
HSL 349.01º 0.36% 0.39% -
HSV(B) 349.01º 0.53% 0.53% -
XYZ 13.16 9.35 8.13 -
YUV 86.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 135 64 77 0 0.53 0.43 0.47 349.01 0.36 0.39
Hex 87 40 4D 0 35 2B 2F 15D 24 27
Octal 207 100 115 0 65 53 57 535 44 47
Binary 10000111 1000000 1001101 0 110101 101011 101111 101011101 100100 100111

Color Harmonies of #87404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87404D

Black with #87404D

Text Example


Text Example

White with #87404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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