Html Css Color HEX #824050 Camelot

📋 copy color: '#824050'

red 130 ◦ green 64 ◦ blue 80

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

Shades of Camelot #824050

Tints of Camelot #824050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 47.45%
G = 23.36%
B = 29.2%

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

#824050 (or 0x824050) is known color: Camelot. HEX triplet: 82, 40 and 50. RGB value is (130,64,80). Sum of RGB (Red+Green+Blue) = 130+64+80=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #824050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824050 is #7DBFAF. Grayscale: #555555. Windows color (decimal): -8241072 or 5259394. OLE color: 5259394.

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

Color convert

RGB 130 64 80 -
CMYK 0 0.51 0.38 0.49
HSL 345.45º 0.34% 0.38% -
HSV(B) 345.45º 0.51% 0.51% -
XYZ 12.49 8.99 8.67 -
YUV 85.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 130 64 80 0 0.51 0.38 0.49 345.45 0.34 0.38
Hex 82 40 50 0 33 26 31 159 22 26
Octal 202 100 120 0 63 46 61 531 42 46
Binary 10000010 1000000 1010000 0 110011 100110 110001 101011001 100010 100110

Color Harmonies of #824050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824050

Black with #824050

Text Example


Text Example

White with #824050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824050; }

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

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

background-color css

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

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

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

border-color css

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

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

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