Html Css Color HEX #824154 Camelot

📋 copy color: '#824154'

red 130 ◦ green 65 ◦ blue 84

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

Shades of Camelot #824154

Tints of Camelot #824154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

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

R = 46.59%
G = 23.3%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824154 (or 0x824154) is known color: Camelot. HEX triplet: 82, 41 and 54. RGB value is (130,65,84). Sum of RGB (Red+Green+Blue) = 130+65+84=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824154 is #7DBEAB. Grayscale: #565656. Windows color (decimal): -8240812 or 5521794. OLE color: 5521794.

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

Color convert

RGB 130 65 84 -
CMYK 0 0.50 0.35 0.49
HSL 342.46º 0.33% 0.38% -
HSV(B) 342.46º 0.5% 0.51% -
XYZ 12.7 9.17 9.49 -
YUV 86.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 130 65 84 0 0.50 0.35 0.49 342.46 0.33 0.38
Hex 82 41 54 0 32 23 31 156 21 26
Octal 202 101 124 0 62 43 61 526 41 46
Binary 10000010 1000001 1010100 0 110010 100011 110001 101010110 100001 100110

Color Harmonies of #824154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824154

Black with #824154

Text Example


Text Example

White with #824154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824154; }

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

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

background-color css

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

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

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

border-color css

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

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

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