Html Css Color HEX #87364C Camelot

📋 copy color: '#87364C'

red 135 ◦ green 54 ◦ blue 76

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

Shades of Camelot #87364C

Tints of Camelot #87364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 50.94%
G = 20.38%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87364C (or 0x87364C) is known color: Camelot. HEX triplet: 87, 36 and 4C. RGB value is (135,54,76). Sum of RGB (Red+Green+Blue) = 135+54+76=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87364C is #78C9B3. Grayscale: #505050. Windows color (decimal): -7915956 or 4994695. OLE color: 4994695.

HSL color Cylindrical-coordinate representation of color #87364C: hue angle of 343.7º 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 #87364C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 54 76 -
CMYK 0 0.60 0.44 0.47
HSL 343.7º 0.43% 0.37% -
HSV(B) 343.7º 0.6% 0.53% -
XYZ 12.62 8.31 7.78 -
YUV 80.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 135 54 76 0 0.60 0.44 0.47 343.7 0.43 0.37
Hex 87 36 4C 0 3C 2C 2F 158 2B 25
Octal 207 66 114 0 74 54 57 530 53 45
Binary 10000111 110110 1001100 0 111100 101100 101111 101011000 101011 100101

Color Harmonies of #87364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87364C

Black with #87364C

Text Example


Text Example

White with #87364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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