Html Css Color HEX #863F58 Camelot

📋 copy color: '#863F58'

red 134 ◦ green 63 ◦ blue 88

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

Shades of Camelot #863F58

Tints of Camelot #863F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 47.02%
G = 22.11%
B = 30.88%

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

#863F58 (or 0x863F58) is known color: Camelot. HEX triplet: 86, 3F and 58. RGB value is (134,63,88). Sum of RGB (Red+Green+Blue) = 134+63+88=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #863F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F58 is #79C0A7. Grayscale: #575757. Windows color (decimal): -7979176 or 5783430. OLE color: 5783430.

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

Color convert

RGB 134 63 88 -
CMYK 0 0.53 0.34 0.47
HSL 338.87º 0.36% 0.39% -
HSV(B) 338.87º 0.53% 0.53% -
XYZ 13.37 9.33 10.33 -
YUV 87.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 134 63 88 0 0.53 0.34 0.47 338.87 0.36 0.39
Hex 86 3F 58 0 35 22 2F 153 24 27
Octal 206 77 130 0 65 42 57 523 44 47
Binary 10000110 111111 1011000 0 110101 100010 101111 101010011 100100 100111

Color Harmonies of #863F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F58

Black with #863F58

Text Example


Text Example

White with #863F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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