Html Css Color HEX #863C4F Camelot

📋 copy color: '#863C4F'

red 134 ◦ green 60 ◦ blue 79

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

Shades of Camelot #863C4F

Tints of Camelot #863C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 49.08%
G = 21.98%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#863C4F (or 0x863C4F) is known color: Camelot. HEX triplet: 86, 3C and 4F. RGB value is (134,60,79). Sum of RGB (Red+Green+Blue) = 134+60+79=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C4F is #79C3B0. Grayscale: #545454. Windows color (decimal): -7979953 or 5192838. OLE color: 5192838.

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

Color convert

RGB 134 60 79 -
CMYK 0 0.55 0.41 0.47
HSL 344.59º 0.38% 0.38% -
HSV(B) 344.59º 0.55% 0.53% -
XYZ 12.86 8.86 8.43 -
YUV 84.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 134 60 79 0 0.55 0.41 0.47 344.59 0.38 0.38
Hex 86 3C 4F 0 37 29 2F 159 26 26
Octal 206 74 117 0 67 51 57 531 46 46
Binary 10000110 111100 1001111 0 110111 101001 101111 101011001 100110 100110

Color Harmonies of #863C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C4F

Black with #863C4F

Text Example


Text Example

White with #863C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,60,79); }

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

background-color css

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

 a { background-color: rgb(134,60,79); }

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

border-color css

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

 span { border-color: rgb(134,60,79); }

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