Html Css Color HEX #863145 Camelot

📋 copy color: '#863145'

red 134 ◦ green 49 ◦ blue 69

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

Shades of Camelot #863145

Tints of Camelot #863145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 53.17%
G = 19.44%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#863145 (or 0x863145) is known color: Camelot. HEX triplet: 86, 31 and 45. RGB value is (134,49,69). Sum of RGB (Red+Green+Blue) = 134+49+69=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863145 is #79CEBA. Grayscale: #4C4C4C. Windows color (decimal): -7982779 or 4534662. OLE color: 4534662.

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

Color convert

RGB 134 49 69 -
CMYK 0 0.63 0.49 0.47
HSL 345.88º 0.46% 0.36% -
HSV(B) 345.88º 0.63% 0.53% -
XYZ 12 7.69 6.48 -
YUV 76.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 134 49 69 0 0.63 0.49 0.47 345.88 0.46 0.36
Hex 86 31 45 0 3F 31 2F 15A 2E 24
Octal 206 61 105 0 77 61 57 532 56 44
Binary 10000110 110001 1000101 0 111111 110001 101111 101011010 101110 100100

Color Harmonies of #863145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863145

Black with #863145

Text Example


Text Example

White with #863145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863145; }

 p { color: rgb(134,49,69); }

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

background-color css

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

 a { background-color: rgb(134,49,69); }

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

border-color css

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

 span { border-color: rgb(134,49,69); }

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