Html Css Color HEX #87374C Camelot

📋 copy color: '#87374C'

red 135 ◦ green 55 ◦ blue 76

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

Shades of Camelot #87374C

Tints of Camelot #87374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.68%

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

R = 50.75%
G = 20.68%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87374C (or 0x87374C) is known color: Camelot. HEX triplet: 87, 37 and 4C. RGB value is (135,55,76). Sum of RGB (Red+Green+Blue) = 135+55+76=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87374C is #78C8B3. Grayscale: #515151. Windows color (decimal): -7915700 or 4994951. OLE color: 4994951.

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

Color convert

RGB 135 55 76 -
CMYK 0 0.59 0.44 0.47
HSL 344.25º 0.42% 0.37% -
HSV(B) 344.25º 0.59% 0.53% -
XYZ 12.66 8.41 7.79 -
YUV 81.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 135 55 76 0 0.59 0.44 0.47 344.25 0.42 0.37
Hex 87 37 4C 0 3B 2C 2F 158 2A 25
Octal 207 67 114 0 73 54 57 530 52 45
Binary 10000111 110111 1001100 0 111011 101100 101111 101011000 101010 100101

Color Harmonies of #87374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87374C

Black with #87374C

Text Example


Text Example

White with #87374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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