Html Css Color HEX #87394C Camelot

📋 copy color: '#87394C'

red 135 ◦ green 57 ◦ blue 76

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

Shades of Camelot #87394C

Tints of Camelot #87394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

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

R = 50.37%
G = 21.27%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87394C (or 0x87394C) is known color: Camelot. HEX triplet: 87, 39 and 4C. RGB value is (135,57,76). Sum of RGB (Red+Green+Blue) = 135+57+76=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87394C is #78C6B3. Grayscale: #525252. Windows color (decimal): -7915188 or 4995463. OLE color: 4995463.

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

Color convert

RGB 135 57 76 -
CMYK 0 0.58 0.44 0.47
HSL 345.38º 0.41% 0.38% -
HSV(B) 345.38º 0.58% 0.53% -
XYZ 12.76 8.6 7.82 -
YUV 82.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 135 57 76 0 0.58 0.44 0.47 345.38 0.41 0.38
Hex 87 39 4C 0 3A 2C 2F 159 29 26
Octal 207 71 114 0 72 54 57 531 51 46
Binary 10000111 111001 1001100 0 111010 101100 101111 101011001 101001 100110

Color Harmonies of #87394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87394C

Black with #87394C

Text Example


Text Example

White with #87394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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