Html Css Color HEX #863247 Camelot

📋 copy color: '#863247'

red 134 ◦ green 50 ◦ blue 71

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

Shades of Camelot #863247

Tints of Camelot #863247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 52.55%
G = 19.61%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#863247 (or 0x863247) is known color: Camelot. HEX triplet: 86, 32 and 47. RGB value is (134,50,71). Sum of RGB (Red+Green+Blue) = 134+50+71=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863247 is #79CDB8. Grayscale: #4D4D4D. Windows color (decimal): -7982521 or 4665990. OLE color: 4665990.

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

Color convert

RGB 134 50 71 -
CMYK 0 0.63 0.47 0.47
HSL 345º 0.46% 0.36% -
HSV(B) 345º 0.63% 0.53% -
XYZ 12.11 7.8 6.83 -
YUV 77.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 134 50 71 0 0.63 0.47 0.47 345 0.46 0.36
Hex 86 32 47 0 3F 2F 2F 159 2E 24
Octal 206 62 107 0 77 57 57 531 56 44
Binary 10000110 110010 1000111 0 111111 101111 101111 101011001 101110 100100

Color Harmonies of #863247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863247

Black with #863247

Text Example


Text Example

White with #863247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863247; }

 p { color: rgb(134,50,71); }

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

background-color css

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

 a { background-color: rgb(134,50,71); }

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

border-color css

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

 span { border-color: rgb(134,50,71); }

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