Html Css Color HEX #824155 Camelot

📋 copy color: '#824155'

red 130 ◦ green 65 ◦ blue 85

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

Shades of Camelot #824155

Tints of Camelot #824155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 46.43%
G = 23.21%
B = 30.36%

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

#824155 (or 0x824155) is known color: Camelot. HEX triplet: 82, 41 and 55. RGB value is (130,65,85). Sum of RGB (Red+Green+Blue) = 130+65+85=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #824155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824155 is #7DBEAA. Grayscale: #565656. Windows color (decimal): -8240811 or 5587330. OLE color: 5587330.

HSL color Cylindrical-coordinate representation of color #824155: hue angle of 341.54º 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 #824155 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 85 -
CMYK 0 0.50 0.35 0.49
HSL 341.54º 0.33% 0.38% -
HSV(B) 341.54º 0.5% 0.51% -
XYZ 12.74 9.18 9.7 -
YUV 86.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 130 65 85 0 0.50 0.35 0.49 341.54 0.33 0.38
Hex 82 41 55 0 32 23 31 156 21 26
Octal 202 101 125 0 62 43 61 526 41 46
Binary 10000010 1000001 1010101 0 110010 100011 110001 101010110 100001 100110

Color Harmonies of #824155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824155

Black with #824155

Text Example


Text Example

White with #824155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824155; }

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

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

background-color css

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

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

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

border-color css

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

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

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