Html Css Color HEX #863142 Camelot

📋 copy color: '#863142'

red 134 ◦ green 49 ◦ blue 66

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

Shades of Camelot #863142

Tints of Camelot #863142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 53.82%
G = 19.68%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#863142 (or 0x863142) is known color: Camelot. HEX triplet: 86, 31 and 42. RGB value is (134,49,66). Sum of RGB (Red+Green+Blue) = 134+49+66=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #863142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863142 is #79CEBD. Grayscale: #4C4C4C. Windows color (decimal): -7982782 or 4338054. OLE color: 4338054.

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

Color convert

RGB 134 49 66 -
CMYK 0 0.63 0.51 0.47
HSL 348º 0.46% 0.36% -
HSV(B) 348º 0.63% 0.53% -
XYZ 11.91 7.66 6 -
YUV 76.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 134 49 66 0 0.63 0.51 0.47 348 0.46 0.36
Hex 86 31 42 0 3F 33 2F 15C 2E 24
Octal 206 61 102 0 77 63 57 534 56 44
Binary 10000110 110001 1000010 0 111111 110011 101111 101011100 101110 100100

Color Harmonies of #863142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863142

Black with #863142

Text Example


Text Example

White with #863142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863142; }

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

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

background-color css

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

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

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

border-color css

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

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

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