Html Css Color HEX #863F59 Camelot

📋 copy color: '#863F59'

red 134 ◦ green 63 ◦ blue 89

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

Shades of Camelot #863F59

Tints of Camelot #863F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.12%

R = 46.85%
G = 22.03%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#863F59 (or 0x863F59) is known color: Camelot. HEX triplet: 86, 3F and 59. RGB value is (134,63,89). Sum of RGB (Red+Green+Blue) = 134+63+89=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F59 is #79C0A6. Grayscale: #575757. Windows color (decimal): -7979175 or 5848966. OLE color: 5848966.

HSL color Cylindrical-coordinate representation of color #863F59: hue angle of 338.03º 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 #863F59 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 63 89 -
CMYK 0 0.53 0.34 0.47
HSL 338.03º 0.36% 0.39% -
HSV(B) 338.03º 0.53% 0.53% -
XYZ 13.41 9.34 10.55 -
YUV 87.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 134 63 89 0 0.53 0.34 0.47 338.03 0.36 0.39
Hex 86 3F 59 0 35 22 2F 152 24 27
Octal 206 77 131 0 65 42 57 522 44 47
Binary 10000110 111111 1011001 0 110101 100010 101111 101010010 100100 100111

Color Harmonies of #863F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F59

Black with #863F59

Text Example


Text Example

White with #863F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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