Html Css Color HEX #873C54 Camelot

📋 copy color: '#873C54'

red 135 ◦ green 60 ◦ blue 84

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

Shades of Camelot #873C54

Tints of Camelot #873C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 48.39%
G = 21.51%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#873C54 (or 0x873C54) is known color: Camelot. HEX triplet: 87, 3C and 54. RGB value is (135,60,84). Sum of RGB (Red+Green+Blue) = 135+60+84=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #873C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C54 is #78C3AB. Grayscale: #555555. Windows color (decimal): -7914412 or 5520519. OLE color: 5520519.

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

Color convert

RGB 135 60 84 -
CMYK 0 0.56 0.38 0.47
HSL 340.8º 0.38% 0.38% -
HSV(B) 340.8º 0.56% 0.53% -
XYZ 13.21 9.02 9.43 -
YUV 85.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 135 60 84 0 0.56 0.38 0.47 340.8 0.38 0.38
Hex 87 3C 54 0 38 26 2F 155 26 26
Octal 207 74 124 0 70 46 57 525 46 46
Binary 10000111 111100 1010100 0 111000 100110 101111 101010101 100110 100110

Color Harmonies of #873C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C54

Black with #873C54

Text Example


Text Example

White with #873C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C54; }

 p { color: rgb(135,60,84); }

 H1.HeaderClassName
 {
   color: #873C54;
 }
 .AnyTagClassName
 {
   color: #873C54;
 }
</style>

background-color css

<style>
 a { background-color: #873C54; }

 a { background-color: rgb(135,60,84); }

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

border-color css

<style>
 span { border-color: #873C54; }

 span { border-color: rgb(135,60,84); }

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