Html Css Color HEX #863349 Camelot

📋 copy color: '#863349'

red 134 ◦ green 51 ◦ blue 73

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

Shades of Camelot #863349

Tints of Camelot #863349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 51.94%
G = 19.77%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#863349 (or 0x863349) is known color: Camelot. HEX triplet: 86, 33 and 49. RGB value is (134,51,73). Sum of RGB (Red+Green+Blue) = 134+51+73=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863349 is #79CCB6. Grayscale: #4E4E4E. Windows color (decimal): -7982263 or 4797318. OLE color: 4797318.

HSL color Cylindrical-coordinate representation of color #863349: hue angle of 344.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863349 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 73 -
CMYK 0 0.62 0.46 0.47
HSL 344.1º 0.45% 0.36% -
HSV(B) 344.1º 0.62% 0.53% -
XYZ 12.22 7.92 7.19 -
YUV 78.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 134 51 73 0 0.62 0.46 0.47 344.1 0.45 0.36
Hex 86 33 49 0 3E 2E 2F 158 2D 24
Octal 206 63 111 0 76 56 57 530 55 44
Binary 10000110 110011 1001001 0 111110 101110 101111 101011000 101101 100100

Color Harmonies of #863349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863349

Black with #863349

Text Example


Text Example

White with #863349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863349; }

 p { color: rgb(134,51,73); }

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

background-color css

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

 a { background-color: rgb(134,51,73); }

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

border-color css

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

 span { border-color: rgb(134,51,73); }

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