Html Css Color HEX #843F54 Camelot

📋 copy color: '#843F54'

red 132 ◦ green 63 ◦ blue 84

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

Shades of Camelot #843F54

Tints of Camelot #843F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 47.31%
G = 22.58%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#843F54 (or 0x843F54) is known color: Camelot. HEX triplet: 84, 3F and 54. RGB value is (132,63,84). Sum of RGB (Red+Green+Blue) = 132+63+84=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #843F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F54 is #7BC0AB. Grayscale: #565656. Windows color (decimal): -8110252 or 5521284. OLE color: 5521284.

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

Color convert

RGB 132 63 84 -
CMYK 0 0.52 0.36 0.48
HSL 341.74º 0.35% 0.38% -
HSV(B) 341.74º 0.52% 0.52% -
XYZ 12.89 9.1 9.46 -
YUV 86.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 132 63 84 0 0.52 0.36 0.48 341.74 0.35 0.38
Hex 84 3F 54 0 34 24 30 156 23 26
Octal 204 77 124 0 64 44 60 526 43 46
Binary 10000100 111111 1010100 0 110100 100100 110000 101010110 100011 100110

Color Harmonies of #843F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F54

Black with #843F54

Text Example


Text Example

White with #843F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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