Html Css Color HEX #824053 Camelot

📋 copy color: '#824053'

red 130 ◦ green 64 ◦ blue 83

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

Shades of Camelot #824053

Tints of Camelot #824053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 46.93%
G = 23.1%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#824053 (or 0x824053) is known color: Camelot. HEX triplet: 82, 40 and 53. RGB value is (130,64,83). Sum of RGB (Red+Green+Blue) = 130+64+83=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #824053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824053 is #7DBFAC. Grayscale: #555555. Windows color (decimal): -8241069 or 5456002. OLE color: 5456002.

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

Color convert

RGB 130 64 83 -
CMYK 0 0.51 0.36 0.49
HSL 342.73º 0.34% 0.38% -
HSV(B) 342.73º 0.51% 0.51% -
XYZ 12.6 9.04 9.26 -
YUV 85.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 130 64 83 0 0.51 0.36 0.49 342.73 0.34 0.38
Hex 82 40 53 0 33 24 31 157 22 26
Octal 202 100 123 0 63 44 61 527 42 46
Binary 10000010 1000000 1010011 0 110011 100100 110001 101010111 100010 100110

Color Harmonies of #824053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824053

Black with #824053

Text Example


Text Example

White with #824053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824053; }

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

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

background-color css

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

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

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

border-color css

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

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

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