Html Css Color HEX #863F56 Camelot

📋 copy color: '#863F56'

red 134 ◦ green 63 ◦ blue 86

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

Shades of Camelot #863F56

Tints of Camelot #863F56

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

 BLUE value IS 86 (33.98% from 255) = 30.39%

R = 47.35%
G = 22.26%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#863F56 (or 0x863F56) is known color: Camelot. HEX triplet: 86, 3F and 56. RGB value is (134,63,86). Sum of RGB (Red+Green+Blue) = 134+63+86=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #863F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F56 is #79C0A9. Grayscale: #565656. Windows color (decimal): -7979178 or 5652358. OLE color: 5652358.

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

Color convert

RGB 134 63 86 -
CMYK 0 0.53 0.36 0.47
HSL 340.56º 0.36% 0.39% -
HSV(B) 340.56º 0.53% 0.53% -
XYZ 13.29 9.3 9.9 -
YUV 86.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 134 63 86 0 0.53 0.36 0.47 340.56 0.36 0.39
Hex 86 3F 56 0 35 24 2F 155 24 27
Octal 206 77 126 0 65 44 57 525 44 47
Binary 10000110 111111 1010110 0 110101 100100 101111 101010101 100100 100111

Color Harmonies of #863F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F56

Black with #863F56

Text Example


Text Example

White with #863F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,63,86); }

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

background-color css

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

 a { background-color: rgb(134,63,86); }

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

border-color css

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

 span { border-color: rgb(134,63,86); }

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