Html Css Color HEX #844250 Camelot

📋 copy color: '#844250'

red 132 ◦ green 66 ◦ blue 80

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

Shades of Camelot #844250

Tints of Camelot #844250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 47.48%
G = 23.74%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#844250 (or 0x844250) is known color: Camelot. HEX triplet: 84, 42 and 50. RGB value is (132,66,80). Sum of RGB (Red+Green+Blue) = 132+66+80=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #844250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844250 is #7BBDAF. Grayscale: #575757. Windows color (decimal): -8109488 or 5259908. OLE color: 5259908.

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

Color convert

RGB 132 66 80 -
CMYK 0 0.5 0.39 0.48
HSL 347.27º 0.33% 0.39% -
HSV(B) 347.27º 0.5% 0.52% -
XYZ 12.91 9.38 8.72 -
YUV 87.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 132 66 80 0 0.5 0.39 0.48 347.27 0.33 0.39
Hex 84 42 50 0 32 27 30 15B 21 27
Octal 204 102 120 0 62 47 60 533 41 47
Binary 10000100 1000010 1010000 0 110010 100111 110000 101011011 100001 100111

Color Harmonies of #844250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844250

Black with #844250

Text Example


Text Example

White with #844250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844250; }

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

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

background-color css

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

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

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

border-color css

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

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

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