Html Css Color HEX #824054 Camelot

📋 copy color: '#824054'

red 130 ◦ green 64 ◦ blue 84

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

Shades of Camelot #824054

Tints of Camelot #824054

RGB

 RED value IS 130 (51.17% from 255) = 46.76%

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

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 46.76%
G = 23.02%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824054 (or 0x824054) is known color: Camelot. HEX triplet: 82, 40 and 54. RGB value is (130,64,84). Sum of RGB (Red+Green+Blue) = 130+64+84=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #824054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824054 is #7DBFAB. Grayscale: #555555. Windows color (decimal): -8241068 or 5521538. OLE color: 5521538.

HSL color Cylindrical-coordinate representation of color #824054: hue angle of 341.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824054 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 84 -
CMYK 0 0.51 0.35 0.49
HSL 341.82º 0.34% 0.38% -
HSV(B) 341.82º 0.51% 0.51% -
XYZ 12.64 9.05 9.47 -
YUV 86.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 130 64 84 0 0.51 0.35 0.49 341.82 0.34 0.38
Hex 82 40 54 0 33 23 31 156 22 26
Octal 202 100 124 0 63 43 61 526 42 46
Binary 10000010 1000000 1010100 0 110011 100011 110001 101010110 100010 100110

Color Harmonies of #824054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824054

Black with #824054

Text Example


Text Example

White with #824054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824054; }

 p { color: rgb(130,64,84); }

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

background-color css

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

 a { background-color: rgb(130,64,84); }

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

border-color css

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

 span { border-color: rgb(130,64,84); }

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