Html Css Color HEX #863243 Camelot

📋 copy color: '#863243'

red 134 ◦ green 50 ◦ blue 67

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

Shades of Camelot #863243

Tints of Camelot #863243

RGB

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

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

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

R = 53.39%
G = 19.92%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#863243 (or 0x863243) is known color: Camelot. HEX triplet: 86, 32 and 43. RGB value is (134,50,67). Sum of RGB (Red+Green+Blue) = 134+50+67=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #863243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863243 is #79CDBC. Grayscale: #4D4D4D. Windows color (decimal): -7982525 or 4403846. OLE color: 4403846.

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

Color convert

RGB 134 50 67 -
CMYK 0 0.63 0.5 0.47
HSL 347.86º 0.46% 0.36% -
HSV(B) 347.86º 0.63% 0.53% -
XYZ 11.99 7.75 6.18 -
YUV 77.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 134 50 67 0 0.63 0.5 0.47 347.86 0.46 0.36
Hex 86 32 43 0 3F 32 2F 15C 2E 24
Octal 206 62 103 0 77 62 57 534 56 44
Binary 10000110 110010 1000011 0 111111 110010 101111 101011100 101110 100100

Color Harmonies of #863243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863243

Black with #863243

Text Example


Text Example

White with #863243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863243; }

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

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

background-color css

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

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

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

border-color css

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

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

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