Html Css Color HEX #824052 Camelot

📋 copy color: '#824052'

red 130 ◦ green 64 ◦ blue 82

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

Shades of Camelot #824052

Tints of Camelot #824052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 47.1%
G = 23.19%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#824052 (or 0x824052) is known color: Camelot. HEX triplet: 82, 40 and 52. RGB value is (130,64,82). Sum of RGB (Red+Green+Blue) = 130+64+82=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824052 is #7DBFAD. Grayscale: #555555. Windows color (decimal): -8241070 or 5390466. OLE color: 5390466.

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

Color convert

RGB 130 64 82 -
CMYK 0 0.51 0.37 0.49
HSL 343.64º 0.34% 0.38% -
HSV(B) 343.64º 0.51% 0.51% -
XYZ 12.56 9.02 9.06 -
YUV 85.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 130 64 82 0 0.51 0.37 0.49 343.64 0.34 0.38
Hex 82 40 52 0 33 25 31 158 22 26
Octal 202 100 122 0 63 45 61 530 42 46
Binary 10000010 1000000 1010010 0 110011 100101 110001 101011000 100010 100110

Color Harmonies of #824052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824052

Black with #824052

Text Example


Text Example

White with #824052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824052; }

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

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

background-color css

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

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

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

border-color css

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

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

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