Html Css Color HEX #873F55 Camelot

📋 copy color: '#873F55'

red 135 ◦ green 63 ◦ blue 85

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

Shades of Camelot #873F55

Tints of Camelot #873F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 47.7%
G = 22.26%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#873F55 (or 0x873F55) is known color: Camelot. HEX triplet: 87, 3F and 55. RGB value is (135,63,85). Sum of RGB (Red+Green+Blue) = 135+63+85=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #873F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F55 is #78C0AA. Grayscale: #575757. Windows color (decimal): -7913643 or 5586823. OLE color: 5586823.

HSL color Cylindrical-coordinate representation of color #873F55: hue angle of 341.67º 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 #873F55 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 63 85 -
CMYK 0 0.53 0.37 0.47
HSL 341.67º 0.36% 0.39% -
HSV(B) 341.67º 0.53% 0.53% -
XYZ 13.41 9.36 9.69 -
YUV 87.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 135 63 85 0 0.53 0.37 0.47 341.67 0.36 0.39
Hex 87 3F 55 0 35 25 2F 156 24 27
Octal 207 77 125 0 65 45 57 526 44 47
Binary 10000111 111111 1010101 0 110101 100101 101111 101010110 100100 100111

Color Harmonies of #873F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F55

Black with #873F55

Text Example


Text Example

White with #873F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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