Html Css Color HEX #863443 Camelot

📋 copy color: '#863443'

red 134 ◦ green 52 ◦ blue 67

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

Shades of Camelot #863443

Tints of Camelot #863443

RGB

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

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

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

R = 52.96%
G = 20.55%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#863443 (or 0x863443) is known color: Camelot. HEX triplet: 86, 34 and 43. RGB value is (134,52,67). Sum of RGB (Red+Green+Blue) = 134+52+67=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863443 is #79CBBC. Grayscale: #4E4E4E. Windows color (decimal): -7982013 or 4404358. OLE color: 4404358.

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

Color convert

RGB 134 52 67 -
CMYK 0 0.61 0.5 0.47
HSL 349.02º 0.44% 0.36% -
HSV(B) 349.02º 0.61% 0.53% -
XYZ 12.07 7.93 6.2 -
YUV 78.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 134 52 67 0 0.61 0.5 0.47 349.02 0.44 0.36
Hex 86 34 43 0 3D 32 2F 15D 2C 24
Octal 206 64 103 0 75 62 57 535 54 44
Binary 10000110 110100 1000011 0 111101 110010 101111 101011101 101100 100100

Color Harmonies of #863443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863443

Black with #863443

Text Example


Text Example

White with #863443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863443; }

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

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

background-color css

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

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

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

border-color css

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

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

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