Html Css Color HEX #843F4D Camelot

📋 copy color: '#843F4D'

red 132 ◦ green 63 ◦ blue 77

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

Shades of Camelot #843F4D

Tints of Camelot #843F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 48.53%
G = 23.16%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#843F4D (or 0x843F4D) is known color: Camelot. HEX triplet: 84, 3F and 4D. RGB value is (132,63,77). Sum of RGB (Red+Green+Blue) = 132+63+77=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #843F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F4D is #7BC0B2. Grayscale: #555555. Windows color (decimal): -8110259 or 5062532. OLE color: 5062532.

HSL color Cylindrical-coordinate representation of color #843F4D: hue angle of 347.83º 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 #843F4D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 63 77 -
CMYK 0 0.52 0.42 0.48
HSL 347.83º 0.35% 0.38% -
HSV(B) 347.83º 0.52% 0.52% -
XYZ 12.63 9 8.09 -
YUV 85.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 132 63 77 0 0.52 0.42 0.48 347.83 0.35 0.38
Hex 84 3F 4D 0 34 2A 30 15C 23 26
Octal 204 77 115 0 64 52 60 534 43 46
Binary 10000100 111111 1001101 0 110100 101010 110000 101011100 100011 100110

Color Harmonies of #843F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F4D

Black with #843F4D

Text Example


Text Example

White with #843F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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