Html Css Color HEX #873D55 Camelot

📋 copy color: '#873D55'

red 135 ◦ green 61 ◦ blue 85

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

Shades of Camelot #873D55

Tints of Camelot #873D55

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

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

R = 48.04%
G = 21.71%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#873D55 (or 0x873D55) is known color: Camelot. HEX triplet: 87, 3D and 55. RGB value is (135,61,85). Sum of RGB (Red+Green+Blue) = 135+61+85=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #873D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D55 is #78C2AA. Grayscale: #555555. Windows color (decimal): -7914155 or 5586311. OLE color: 5586311.

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

Color convert

RGB 135 61 85 -
CMYK 0 0.55 0.37 0.47
HSL 340.54º 0.38% 0.38% -
HSV(B) 340.54º 0.55% 0.53% -
XYZ 13.3 9.14 9.66 -
YUV 85.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 135 61 85 0 0.55 0.37 0.47 340.54 0.38 0.38
Hex 87 3D 55 0 37 25 2F 155 26 26
Octal 207 75 125 0 67 45 57 525 46 46
Binary 10000111 111101 1010101 0 110111 100101 101111 101010101 100110 100110

Color Harmonies of #873D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D55

Black with #873D55

Text Example


Text Example

White with #873D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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