Html Css Color HEX #844252 Camelot

📋 copy color: '#844252'

red 132 ◦ green 66 ◦ blue 82

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

Shades of Camelot #844252

Tints of Camelot #844252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

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

R = 47.14%
G = 23.57%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#844252 (or 0x844252) is known color: Camelot. HEX triplet: 84, 42 and 52. RGB value is (132,66,82). Sum of RGB (Red+Green+Blue) = 132+66+82=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #844252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844252 is #7BBDAD. Grayscale: #575757. Windows color (decimal): -8109486 or 5390980. OLE color: 5390980.

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

Color convert

RGB 132 66 82 -
CMYK 0 0.5 0.38 0.48
HSL 345.45º 0.33% 0.39% -
HSV(B) 345.45º 0.5% 0.52% -
XYZ 12.99 9.41 9.11 -
YUV 87.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 132 66 82 0 0.5 0.38 0.48 345.45 0.33 0.39
Hex 84 42 52 0 32 26 30 159 21 27
Octal 204 102 122 0 62 46 60 531 41 47
Binary 10000100 1000010 1010010 0 110010 100110 110000 101011001 100001 100111

Color Harmonies of #844252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844252

Black with #844252

Text Example


Text Example

White with #844252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844252; }

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

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

background-color css

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

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

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

border-color css

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

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

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