Html Css Color HEX #863C54 Camelot

📋 copy color: '#863C54'

red 134 ◦ green 60 ◦ blue 84

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

Shades of Camelot #863C54

Tints of Camelot #863C54

RGB

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

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

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

R = 48.2%
G = 21.58%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#863C54 (or 0x863C54) is known color: Camelot. HEX triplet: 86, 3C and 54. RGB value is (134,60,84). Sum of RGB (Red+Green+Blue) = 134+60+84=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #863C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C54 is #79C3AB. Grayscale: #545454. Windows color (decimal): -7979948 or 5520518. OLE color: 5520518.

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

Color convert

RGB 134 60 84 -
CMYK 0 0.55 0.37 0.47
HSL 340.54º 0.38% 0.38% -
HSV(B) 340.54º 0.55% 0.53% -
XYZ 13.05 8.94 9.43 -
YUV 84.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 134 60 84 0 0.55 0.37 0.47 340.54 0.38 0.38
Hex 86 3C 54 0 37 25 2F 155 26 26
Octal 206 74 124 0 67 45 57 525 46 46
Binary 10000110 111100 1010100 0 110111 100101 101111 101010101 100110 100110

Color Harmonies of #863C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C54

Black with #863C54

Text Example


Text Example

White with #863C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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