Html Css Color HEX #863A52 Camelot

📋 copy color: '#863A52'

red 134 ◦ green 58 ◦ blue 82

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

Shades of Camelot #863A52

Tints of Camelot #863A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 48.91%
G = 21.17%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#863A52 (or 0x863A52) is known color: Camelot. HEX triplet: 86, 3A and 52. RGB value is (134,58,82). Sum of RGB (Red+Green+Blue) = 134+58+82=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #863A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A52 is #79C5AD. Grayscale: #535353. Windows color (decimal): -7980462 or 5388934. OLE color: 5388934.

HSL color Cylindrical-coordinate representation of color #863A52: hue angle of 341.05º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A52 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 82 -
CMYK 0 0.57 0.39 0.47
HSL 341.05º 0.4% 0.38% -
HSV(B) 341.05º 0.57% 0.53% -
XYZ 12.87 8.7 8.98 -
YUV 83.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 134 58 82 0 0.57 0.39 0.47 341.05 0.4 0.38
Hex 86 3A 52 0 39 27 2F 155 28 26
Octal 206 72 122 0 71 47 57 525 50 46
Binary 10000110 111010 1010010 0 111001 100111 101111 101010101 101000 100110

Color Harmonies of #863A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A52

Black with #863A52

Text Example


Text Example

White with #863A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A52; }

 p { color: rgb(134,58,82); }

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

background-color css

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

 a { background-color: rgb(134,58,82); }

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

border-color css

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

 span { border-color: rgb(134,58,82); }

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