Html Css Color HEX #873147 Camelot

📋 copy color: '#873147'

red 135 ◦ green 49 ◦ blue 71

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

Shades of Camelot #873147

Tints of Camelot #873147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 52.94%
G = 19.22%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#873147 (or 0x873147) is known color: Camelot. HEX triplet: 87, 31 and 47. RGB value is (135,49,71). Sum of RGB (Red+Green+Blue) = 135+49+71=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #873147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873147 is #78CEB8. Grayscale: #4D4D4D. Windows color (decimal): -7917241 or 4665735. OLE color: 4665735.

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

Color convert

RGB 135 49 71 -
CMYK 0 0.64 0.47 0.47
HSL 344.65º 0.47% 0.36% -
HSV(B) 344.65º 0.64% 0.53% -
XYZ 12.23 7.8 6.82 -
YUV 77.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 135 49 71 0 0.64 0.47 0.47 344.65 0.47 0.36
Hex 87 31 47 0 40 2F 2F 159 2F 24
Octal 207 61 107 0 100 57 57 531 57 44
Binary 10000111 110001 1000111 0 1000000 101111 101111 101011001 101111 100100

Color Harmonies of #873147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873147

Black with #873147

Text Example


Text Example

White with #873147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873147; }

 p { color: rgb(135,49,71); }

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

background-color css

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

 a { background-color: rgb(135,49,71); }

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

border-color css

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

 span { border-color: rgb(135,49,71); }

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