Html Css Color HEX #87414E Camelot

📋 copy color: '#87414E'

red 135 ◦ green 65 ◦ blue 78

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

Shades of Camelot #87414E

Tints of Camelot #87414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 78 (30.86% from 255) = 28.06%

R = 48.56%
G = 23.38%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#87414E (or 0x87414E) is known color: Camelot. HEX triplet: 87, 41 and 4E. RGB value is (135,65,78). Sum of RGB (Red+Green+Blue) = 135+65+78=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87414E is #78BEB1. Grayscale: #575757. Windows color (decimal): -7913138 or 5128583. OLE color: 5128583.

HSL color Cylindrical-coordinate representation of color #87414E: hue angle of 348.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87414E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 78 -
CMYK 0 0.52 0.42 0.47
HSL 348.86º 0.35% 0.39% -
HSV(B) 348.86º 0.52% 0.53% -
XYZ 13.26 9.48 8.34 -
YUV 87.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 135 65 78 0 0.52 0.42 0.47 348.86 0.35 0.39
Hex 87 41 4E 0 34 2A 2F 15D 23 27
Octal 207 101 116 0 64 52 57 535 43 47
Binary 10000111 1000001 1001110 0 110100 101010 101111 101011101 100011 100111

Color Harmonies of #87414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87414E

Black with #87414E

Text Example


Text Example

White with #87414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87414E; }

 p { color: rgb(135,65,78); }

 H1.HeaderClassName
 {
   color: #87414E;
 }
 .AnyTagClassName
 {
   color: #87414E;
 }
</style>

background-color css

<style>
 a { background-color: #87414E; }

 a { background-color: rgb(135,65,78); }

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

border-color css

<style>
 span { border-color: #87414E; }

 span { border-color: rgb(135,65,78); }

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