Html Css Color HEX #824051 Camelot

📋 copy color: '#824051'

red 130 ◦ green 64 ◦ blue 81

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

Shades of Camelot #824051

Tints of Camelot #824051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.45%

R = 47.27%
G = 23.27%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#824051 (or 0x824051) is known color: Camelot. HEX triplet: 82, 40 and 51. RGB value is (130,64,81). Sum of RGB (Red+Green+Blue) = 130+64+81=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #824051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824051 is #7DBFAE. Grayscale: #555555. Windows color (decimal): -8241071 or 5324930. OLE color: 5324930.

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

Color convert

RGB 130 64 81 -
CMYK 0 0.51 0.38 0.49
HSL 344.55º 0.34% 0.38% -
HSV(B) 344.55º 0.51% 0.51% -
XYZ 12.52 9.01 8.86 -
YUV 85.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 130 64 81 0 0.51 0.38 0.49 344.55 0.34 0.38
Hex 82 40 51 0 33 26 31 159 22 26
Octal 202 100 121 0 63 46 61 531 42 46
Binary 10000010 1000000 1010001 0 110011 100110 110001 101011001 100010 100110

Color Harmonies of #824051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824051

Black with #824051

Text Example


Text Example

White with #824051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824051; }

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

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

background-color css

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

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

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

border-color css

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

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

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