Html Css Color HEX #87364D Camelot

📋 copy color: '#87364D'

red 135 ◦ green 54 ◦ blue 77

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

Shades of Camelot #87364D

Tints of Camelot #87364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 50.75%
G = 20.3%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87364D (or 0x87364D) is known color: Camelot. HEX triplet: 87, 36 and 4D. RGB value is (135,54,77). Sum of RGB (Red+Green+Blue) = 135+54+77=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87364D is #78C9B2. Grayscale: #505050. Windows color (decimal): -7915955 or 5060231. OLE color: 5060231.

HSL color Cylindrical-coordinate representation of color #87364D: hue angle of 342.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87364D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 54 77 -
CMYK 0 0.60 0.43 0.47
HSL 342.96º 0.43% 0.37% -
HSV(B) 342.96º 0.6% 0.53% -
XYZ 12.65 8.33 7.96 -
YUV 80.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 135 54 77 0 0.60 0.43 0.47 342.96 0.43 0.37
Hex 87 36 4D 0 3C 2B 2F 157 2B 25
Octal 207 66 115 0 74 53 57 527 53 45
Binary 10000111 110110 1001101 0 111100 101011 101111 101010111 101011 100101

Color Harmonies of #87364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87364D

Black with #87364D

Text Example


Text Example

White with #87364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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