Html Css Color HEX #863447 Camelot

📋 copy color: '#863447'

red 134 ◦ green 52 ◦ blue 71

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

Shades of Camelot #863447

Tints of Camelot #863447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 52.14%
G = 20.23%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#863447 (or 0x863447) is known color: Camelot. HEX triplet: 86, 34 and 47. RGB value is (134,52,71). Sum of RGB (Red+Green+Blue) = 134+52+71=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863447 is #79CBB8. Grayscale: #4E4E4E. Windows color (decimal): -7982009 or 4666502. OLE color: 4666502.

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

Color convert

RGB 134 52 71 -
CMYK 0 0.61 0.47 0.47
HSL 346.1º 0.44% 0.36% -
HSV(B) 346.1º 0.61% 0.53% -
XYZ 12.2 7.98 6.86 -
YUV 78.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 134 52 71 0 0.61 0.47 0.47 346.1 0.44 0.36
Hex 86 34 47 0 3D 2F 2F 15A 2C 24
Octal 206 64 107 0 75 57 57 532 54 44
Binary 10000110 110100 1000111 0 111101 101111 101111 101011010 101100 100100

Color Harmonies of #863447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863447

Black with #863447

Text Example


Text Example

White with #863447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863447; }

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

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

background-color css

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

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

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

border-color css

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

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

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