Html Css Color HEX #863D54 Camelot

📋 copy color: '#863D54'

red 134 ◦ green 61 ◦ blue 84

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

Shades of Camelot #863D54

Tints of Camelot #863D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 48.03%
G = 21.86%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#863D54 (or 0x863D54) is known color: Camelot. HEX triplet: 86, 3D and 54. RGB value is (134,61,84). Sum of RGB (Red+Green+Blue) = 134+61+84=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #863D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D54 is #79C2AB. Grayscale: #555555. Windows color (decimal): -7979692 or 5520774. OLE color: 5520774.

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

Color convert

RGB 134 61 84 -
CMYK 0 0.54 0.37 0.47
HSL 341.1º 0.37% 0.38% -
HSV(B) 341.1º 0.54% 0.53% -
XYZ 13.1 9.05 9.44 -
YUV 85.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 134 61 84 0 0.54 0.37 0.47 341.1 0.37 0.38
Hex 86 3D 54 0 36 25 2F 155 25 26
Octal 206 75 124 0 66 45 57 525 45 46
Binary 10000110 111101 1010100 0 110110 100101 101111 101010101 100101 100110

Color Harmonies of #863D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D54

Black with #863D54

Text Example


Text Example

White with #863D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863D54; }

 p { color: rgb(134,61,84); }

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

background-color css

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

 a { background-color: rgb(134,61,84); }

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

border-color css

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

 span { border-color: rgb(134,61,84); }

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