Html Css Color HEX #87384C Camelot

📋 copy color: '#87384C'

red 135 ◦ green 56 ◦ blue 76

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

Shades of Camelot #87384C

Tints of Camelot #87384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 50.56%
G = 20.97%
B = 28.46%

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

#87384C (or 0x87384C) is known color: Camelot. HEX triplet: 87, 38 and 4C. RGB value is (135,56,76). Sum of RGB (Red+Green+Blue) = 135+56+76=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87384C is #78C7B3. Grayscale: #515151. Windows color (decimal): -7915444 or 4995207. OLE color: 4995207.

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

Color convert

RGB 135 56 76 -
CMYK 0 0.59 0.44 0.47
HSL 344.81º 0.41% 0.37% -
HSV(B) 344.81º 0.59% 0.53% -
XYZ 12.71 8.5 7.81 -
YUV 81.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 135 56 76 0 0.59 0.44 0.47 344.81 0.41 0.37
Hex 87 38 4C 0 3B 2C 2F 159 29 25
Octal 207 70 114 0 73 54 57 531 51 45
Binary 10000111 111000 1001100 0 111011 101100 101111 101011001 101001 100101

Color Harmonies of #87384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87384C

Black with #87384C

Text Example


Text Example

White with #87384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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