Html Css Color HEX #87354C Camelot

📋 copy color: '#87354C'

red 135 ◦ green 53 ◦ blue 76

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

Shades of Camelot #87354C

Tints of Camelot #87354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

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

R = 51.14%
G = 20.08%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87354C (or 0x87354C) is known color: Camelot. HEX triplet: 87, 35 and 4C. RGB value is (135,53,76). Sum of RGB (Red+Green+Blue) = 135+53+76=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87354C is #78CAB3. Grayscale: #505050. Windows color (decimal): -7916212 or 4994439. OLE color: 4994439.

HSL color Cylindrical-coordinate representation of color #87354C: hue angle of 343.17º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87354C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 76 -
CMYK 0 0.61 0.44 0.47
HSL 343.17º 0.44% 0.37% -
HSV(B) 343.17º 0.61% 0.53% -
XYZ 12.57 8.22 7.76 -
YUV 80.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 135 53 76 0 0.61 0.44 0.47 343.17 0.44 0.37
Hex 87 35 4C 0 3D 2C 2F 157 2C 25
Octal 207 65 114 0 75 54 57 527 54 45
Binary 10000111 110101 1001100 0 111101 101100 101111 101010111 101100 100101

Color Harmonies of #87354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87354C

Black with #87354C

Text Example


Text Example

White with #87354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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