Html Css Color HEX #823849 Camelot

📋 copy color: '#823849'

red 130 ◦ green 56 ◦ blue 73

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

Shades of Camelot #823849

Tints of Camelot #823849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 50.19%
G = 21.62%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#823849 (or 0x823849) is known color: Camelot. HEX triplet: 82, 38 and 49. RGB value is (130,56,73). Sum of RGB (Red+Green+Blue) = 130+56+73=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #823849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823849 is #7DC7B6. Grayscale: #505050. Windows color (decimal): -8243127 or 4798594. OLE color: 4798594.

HSL color Cylindrical-coordinate representation of color #823849: hue angle of 346.22º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823849 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 56 73 -
CMYK 0 0.57 0.44 0.49
HSL 346.22º 0.4% 0.36% -
HSV(B) 346.22º 0.57% 0.51% -
XYZ 11.82 8.06 7.24 -
YUV 80.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 130 56 73 0 0.57 0.44 0.49 346.22 0.4 0.36
Hex 82 38 49 0 39 2C 31 15A 28 24
Octal 202 70 111 0 71 54 61 532 50 44
Binary 10000010 111000 1001001 0 111001 101100 110001 101011010 101000 100100

Color Harmonies of #823849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823849

Black with #823849

Text Example


Text Example

White with #823849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823849; }

 p { color: rgb(130,56,73); }

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

background-color css

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

 a { background-color: rgb(130,56,73); }

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

border-color css

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

 span { border-color: rgb(130,56,73); }

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