Html Css Color HEX #873F54 Camelot

📋 copy color: '#873F54'

red 135 ◦ green 63 ◦ blue 84

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

Shades of Camelot #873F54

Tints of Camelot #873F54

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 47.87%
G = 22.34%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#873F54 (or 0x873F54) is known color: Camelot. HEX triplet: 87, 3F and 54. RGB value is (135,63,84). Sum of RGB (Red+Green+Blue) = 135+63+84=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #873F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F54 is #78C0AB. Grayscale: #565656. Windows color (decimal): -7913644 or 5521287. OLE color: 5521287.

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

Color convert

RGB 135 63 84 -
CMYK 0 0.53 0.38 0.47
HSL 342.5º 0.36% 0.39% -
HSV(B) 342.5º 0.53% 0.53% -
XYZ 13.37 9.35 9.49 -
YUV 86.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 135 63 84 0 0.53 0.38 0.47 342.5 0.36 0.39
Hex 87 3F 54 0 35 26 2F 156 24 27
Octal 207 77 124 0 65 46 57 526 44 47
Binary 10000111 111111 1010100 0 110101 100110 101111 101010110 100100 100111

Color Harmonies of #873F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F54

Black with #873F54

Text Example


Text Example

White with #873F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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