Html Css Color HEX #844058 Camelot

📋 copy color: '#844058'

red 132 ◦ green 64 ◦ blue 88

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

Shades of Camelot #844058

Tints of Camelot #844058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 46.48%
G = 22.54%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#844058 (or 0x844058) is known color: Camelot. HEX triplet: 84, 40 and 58. RGB value is (132,64,88). Sum of RGB (Red+Green+Blue) = 132+64+88=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844058 is #7BBFA7. Grayscale: #575757. Windows color (decimal): -8109992 or 5783684. OLE color: 5783684.

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

Color convert

RGB 132 64 88 -
CMYK 0 0.52 0.33 0.48
HSL 338.82º 0.35% 0.38% -
HSV(B) 338.82º 0.52% 0.52% -
XYZ 13.11 9.28 10.33 -
YUV 87.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 132 64 88 0 0.52 0.33 0.48 338.82 0.35 0.38
Hex 84 40 58 0 34 21 30 153 23 26
Octal 204 100 130 0 64 41 60 523 43 46
Binary 10000100 1000000 1011000 0 110100 100001 110000 101010011 100011 100110

Color Harmonies of #844058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844058

Black with #844058

Text Example


Text Example

White with #844058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844058; }

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

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

background-color css

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

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

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

border-color css

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

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

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