Html Css Color HEX #843F49 Camelot

📋 copy color: '#843F49'

red 132 ◦ green 63 ◦ blue 73

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

Shades of Camelot #843F49

Tints of Camelot #843F49

RGB

 RED value IS 132 (51.95% from 255) = 49.25%

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 49.25%
G = 23.51%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#843F49 (or 0x843F49) is known color: Camelot. HEX triplet: 84, 3F and 49. RGB value is (132,63,73). Sum of RGB (Red+Green+Blue) = 132+63+73=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #843F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F49 is #7BC0B6. Grayscale: #545454. Windows color (decimal): -8110263 or 4800388. OLE color: 4800388.

HSL color Cylindrical-coordinate representation of color #843F49: hue angle of 351.3º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #843F49 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 63 73 -
CMYK 0 0.52 0.45 0.48
HSL 351.3º 0.35% 0.38% -
HSV(B) 351.3º 0.52% 0.52% -
XYZ 12.5 8.94 7.37 -
YUV 84.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 132 63 73 0 0.52 0.45 0.48 351.3 0.35 0.38
Hex 84 3F 49 0 34 2D 30 15F 23 26
Octal 204 77 111 0 64 55 60 537 43 46
Binary 10000100 111111 1001001 0 110100 101101 110000 101011111 100011 100110

Color Harmonies of #843F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F49

Black with #843F49

Text Example


Text Example

White with #843F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843F49; }

 p { color: rgb(132,63,73); }

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

background-color css

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

 a { background-color: rgb(132,63,73); }

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

border-color css

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

 span { border-color: rgb(132,63,73); }

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