Html Css Color HEX #824256 Camelot

📋 copy color: '#824256'

red 130 ◦ green 66 ◦ blue 86

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

Shades of Camelot #824256

Tints of Camelot #824256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 46.1%
G = 23.4%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#824256 (or 0x824256) is known color: Camelot. HEX triplet: 82, 42 and 56. RGB value is (130,66,86). Sum of RGB (Red+Green+Blue) = 130+66+86=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824256 is #7DBDA9. Grayscale: #575757. Windows color (decimal): -8240554 or 5653122. OLE color: 5653122.

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

Color convert

RGB 130 66 86 -
CMYK 0 0.49 0.34 0.49
HSL 341.25º 0.33% 0.38% -
HSV(B) 341.25º 0.49% 0.51% -
XYZ 12.83 9.31 9.93 -
YUV 87.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 130 66 86 0 0.49 0.34 0.49 341.25 0.33 0.38
Hex 82 42 56 0 31 22 31 155 21 26
Octal 202 102 126 0 61 42 61 525 41 46
Binary 10000010 1000010 1010110 0 110001 100010 110001 101010101 100001 100110

Color Harmonies of #824256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824256

Black with #824256

Text Example


Text Example

White with #824256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824256; }

 p { color: rgb(130,66,86); }

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

background-color css

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

 a { background-color: rgb(130,66,86); }

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

border-color css

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

 span { border-color: rgb(130,66,86); }

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