Html Css Color HEX #863143 Camelot

📋 copy color: '#863143'

red 134 ◦ green 49 ◦ blue 67

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

Shades of Camelot #863143

Tints of Camelot #863143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.8%

R = 53.6%
G = 19.6%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#863143 (or 0x863143) is known color: Camelot. HEX triplet: 86, 31 and 43. RGB value is (134,49,67). Sum of RGB (Red+Green+Blue) = 134+49+67=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863143 is #79CEBC. Grayscale: #4C4C4C. Windows color (decimal): -7982781 or 4403590. OLE color: 4403590.

HSL color Cylindrical-coordinate representation of color #863143: hue angle of 347.29º 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 #863143 is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 67 -
CMYK 0 0.63 0.5 0.47
HSL 347.29º 0.46% 0.36% -
HSV(B) 347.29º 0.63% 0.53% -
XYZ 11.94 7.67 6.16 -
YUV 76.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 134 49 67 0 0.63 0.5 0.47 347.29 0.46 0.36
Hex 86 31 43 0 3F 32 2F 15B 2E 24
Octal 206 61 103 0 77 62 57 533 56 44
Binary 10000110 110001 1000011 0 111111 110010 101111 101011011 101110 100100

Color Harmonies of #863143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863143

Black with #863143

Text Example


Text Example

White with #863143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863143; }

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

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

background-color css

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

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

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

border-color css

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

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

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