Html Css Color HEX #843E52 Camelot

📋 copy color: '#843E52'

red 132 ◦ green 62 ◦ blue 82

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

Shades of Camelot #843E52

Tints of Camelot #843E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

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

R = 47.83%
G = 22.46%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#843E52 (or 0x843E52) is known color: Camelot. HEX triplet: 84, 3E and 52. RGB value is (132,62,82). Sum of RGB (Red+Green+Blue) = 132+62+82=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #843E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E52 is #7BC1AD. Grayscale: #555555. Windows color (decimal): -8110510 or 5389956. OLE color: 5389956.

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

Color convert

RGB 132 62 82 -
CMYK 0 0.53 0.38 0.48
HSL 342.86º 0.36% 0.38% -
HSV(B) 342.86º 0.53% 0.52% -
XYZ 12.76 8.96 9.04 -
YUV 85.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 132 62 82 0 0.53 0.38 0.48 342.86 0.36 0.38
Hex 84 3E 52 0 35 26 30 157 24 26
Octal 204 76 122 0 65 46 60 527 44 46
Binary 10000100 111110 1010010 0 110101 100110 110000 101010111 100100 100110

Color Harmonies of #843E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E52

Black with #843E52

Text Example


Text Example

White with #843E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,62,82); }

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

background-color css

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

 a { background-color: rgb(132,62,82); }

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

border-color css

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

 span { border-color: rgb(132,62,82); }

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