Html Css Color HEX #844052 Camelot

📋 copy color: '#844052'

red 132 ◦ green 64 ◦ blue 82

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

Shades of Camelot #844052

Tints of Camelot #844052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

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

R = 47.48%
G = 23.02%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#844052 (or 0x844052) is known color: Camelot. HEX triplet: 84, 40 and 52. RGB value is (132,64,82). Sum of RGB (Red+Green+Blue) = 132+64+82=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #844052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844052 is #7BBFAD. Grayscale: #565656. Windows color (decimal): -8109998 or 5390468. OLE color: 5390468.

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

Color convert

RGB 132 64 82 -
CMYK 0 0.52 0.38 0.48
HSL 344.12º 0.35% 0.38% -
HSV(B) 344.12º 0.52% 0.52% -
XYZ 12.87 9.18 9.08 -
YUV 86.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 132 64 82 0 0.52 0.38 0.48 344.12 0.35 0.38
Hex 84 40 52 0 34 26 30 158 23 26
Octal 204 100 122 0 64 46 60 530 43 46
Binary 10000100 1000000 1010010 0 110100 100110 110000 101011000 100011 100110

Color Harmonies of #844052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844052

Black with #844052

Text Example


Text Example

White with #844052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844052; }

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

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

background-color css

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

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

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

border-color css

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

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

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