Html Css Color HEX #844057 Camelot

📋 copy color: '#844057'

red 132 ◦ green 64 ◦ blue 87

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

Shades of Camelot #844057

Tints of Camelot #844057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 46.64%
G = 22.61%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#844057 (or 0x844057) is known color: Camelot. HEX triplet: 84, 40 and 57. RGB value is (132,64,87). Sum of RGB (Red+Green+Blue) = 132+64+87=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844057 is #7BBFA8. Grayscale: #565656. Windows color (decimal): -8109993 or 5718148. OLE color: 5718148.

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

Color convert

RGB 132 64 87 -
CMYK 0 0.52 0.34 0.48
HSL 339.71º 0.35% 0.38% -
HSV(B) 339.71º 0.52% 0.52% -
XYZ 13.07 9.26 10.12 -
YUV 86.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 132 64 87 0 0.52 0.34 0.48 339.71 0.35 0.38
Hex 84 40 57 0 34 22 30 154 23 26
Octal 204 100 127 0 64 42 60 524 43 46
Binary 10000100 1000000 1010111 0 110100 100010 110000 101010100 100011 100110

Color Harmonies of #844057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844057

Black with #844057

Text Example


Text Example

White with #844057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844057; }

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

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

background-color css

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

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

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

border-color css

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

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

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