Html Css Color HEX #863448 Camelot

📋 copy color: '#863448'

red 134 ◦ green 52 ◦ blue 72

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

Shades of Camelot #863448

Tints of Camelot #863448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 51.94%
G = 20.16%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#863448 (or 0x863448) is known color: Camelot. HEX triplet: 86, 34 and 48. RGB value is (134,52,72). Sum of RGB (Red+Green+Blue) = 134+52+72=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863448 is #79CBB7. Grayscale: #4E4E4E. Windows color (decimal): -7982008 or 4732038. OLE color: 4732038.

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

Color convert

RGB 134 52 72 -
CMYK 0 0.61 0.46 0.47
HSL 345.37º 0.44% 0.36% -
HSV(B) 345.37º 0.61% 0.53% -
XYZ 12.23 7.99 7.03 -
YUV 78.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 134 52 72 0 0.61 0.46 0.47 345.37 0.44 0.36
Hex 86 34 48 0 3D 2E 2F 159 2C 24
Octal 206 64 110 0 75 56 57 531 54 44
Binary 10000110 110100 1001000 0 111101 101110 101111 101011001 101100 100100

Color Harmonies of #863448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863448

Black with #863448

Text Example


Text Example

White with #863448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863448; }

 p { color: rgb(134,52,72); }

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

background-color css

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

 a { background-color: rgb(134,52,72); }

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

border-color css

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

 span { border-color: rgb(134,52,72); }

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