Html Css Color HEX #863244 Camelot

📋 copy color: '#863244'

red 134 ◦ green 50 ◦ blue 68

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

Shades of Camelot #863244

Tints of Camelot #863244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 53.17%
G = 19.84%
B = 26.98%

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

#863244 (or 0x863244) is known color: Camelot. HEX triplet: 86, 32 and 44. RGB value is (134,50,68). Sum of RGB (Red+Green+Blue) = 134+50+68=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863244 is #79CDBB. Grayscale: #4D4D4D. Windows color (decimal): -7982524 or 4469382. OLE color: 4469382.

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

Color convert

RGB 134 50 68 -
CMYK 0 0.63 0.49 0.47
HSL 347.14º 0.46% 0.36% -
HSV(B) 347.14º 0.63% 0.53% -
XYZ 12.02 7.77 6.33 -
YUV 77.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 134 50 68 0 0.63 0.49 0.47 347.14 0.46 0.36
Hex 86 32 44 0 3F 31 2F 15B 2E 24
Octal 206 62 104 0 77 61 57 533 56 44
Binary 10000110 110010 1000100 0 111111 110001 101111 101011011 101110 100100

Color Harmonies of #863244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863244

Black with #863244

Text Example


Text Example

White with #863244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863244; }

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

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

background-color css

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

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

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

border-color css

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

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

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