Html Css Color HEX #863C53 Camelot

📋 copy color: '#863C53'

red 134 ◦ green 60 ◦ blue 83

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

Shades of Camelot #863C53

Tints of Camelot #863C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 48.38%
G = 21.66%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#863C53 (or 0x863C53) is known color: Camelot. HEX triplet: 86, 3C and 53. RGB value is (134,60,83). Sum of RGB (Red+Green+Blue) = 134+60+83=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #863C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C53 is #79C3AC. Grayscale: #545454. Windows color (decimal): -7979949 or 5454982. OLE color: 5454982.

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

Color convert

RGB 134 60 83 -
CMYK 0 0.55 0.38 0.47
HSL 341.35º 0.38% 0.38% -
HSV(B) 341.35º 0.55% 0.53% -
XYZ 13.01 8.92 9.22 -
YUV 84.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 134 60 83 0 0.55 0.38 0.47 341.35 0.38 0.38
Hex 86 3C 53 0 37 26 2F 155 26 26
Octal 206 74 123 0 67 46 57 525 46 46
Binary 10000110 111100 1010011 0 110111 100110 101111 101010101 100110 100110

Color Harmonies of #863C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C53

Black with #863C53

Text Example


Text Example

White with #863C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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