Html Css Color HEX #87384D Camelot

📋 copy color: '#87384D'

red 135 ◦ green 56 ◦ blue 77

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

Shades of Camelot #87384D

Tints of Camelot #87384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 50.37%
G = 20.9%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87384D (or 0x87384D) is known color: Camelot. HEX triplet: 87, 38 and 4D. RGB value is (135,56,77). Sum of RGB (Red+Green+Blue) = 135+56+77=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87384D is #78C7B2. Grayscale: #525252. Windows color (decimal): -7915443 or 5060743. OLE color: 5060743.

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

Color convert

RGB 135 56 77 -
CMYK 0 0.59 0.43 0.47
HSL 344.05º 0.41% 0.37% -
HSV(B) 344.05º 0.59% 0.53% -
XYZ 12.75 8.52 7.99 -
YUV 82.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 135 56 77 0 0.59 0.43 0.47 344.05 0.41 0.37
Hex 87 38 4D 0 3B 2B 2F 158 29 25
Octal 207 70 115 0 73 53 57 530 51 45
Binary 10000111 111000 1001101 0 111011 101011 101111 101011000 101001 100101

Color Harmonies of #87384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87384D

Black with #87384D

Text Example


Text Example

White with #87384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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