Html Css Color HEX #863147 Camelot

📋 copy color: '#863147'

red 134 ◦ green 49 ◦ blue 71

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

Shades of Camelot #863147

Tints of Camelot #863147

RGB

 RED value IS 134 (52.73% from 255) = 52.76%

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

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

R = 52.76%
G = 19.29%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#863147 (or 0x863147) is known color: Camelot. HEX triplet: 86, 31 and 47. RGB value is (134,49,71). Sum of RGB (Red+Green+Blue) = 134+49+71=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #863147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863147 is #79CEB8. Grayscale: #4C4C4C. Windows color (decimal): -7982777 or 4665734. OLE color: 4665734.

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

Color convert

RGB 134 49 71 -
CMYK 0 0.63 0.47 0.47
HSL 344.47º 0.46% 0.36% -
HSV(B) 344.47º 0.63% 0.53% -
XYZ 12.07 7.72 6.82 -
YUV 76.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 134 49 71 0 0.63 0.47 0.47 344.47 0.46 0.36
Hex 86 31 47 0 3F 2F 2F 158 2E 24
Octal 206 61 107 0 77 57 57 530 56 44
Binary 10000110 110001 1000111 0 111111 101111 101111 101011000 101110 100100

Color Harmonies of #863147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863147

Black with #863147

Text Example


Text Example

White with #863147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863147; }

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

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

background-color css

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

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

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

border-color css

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

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

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