Html Css Color HEX #823149 Camelot

📋 copy color: '#823149'

red 130 ◦ green 49 ◦ blue 73

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

Shades of Camelot #823149

Tints of Camelot #823149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 51.59%
G = 19.44%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#823149 (or 0x823149) is known color: Camelot. HEX triplet: 82, 31 and 49. RGB value is (130,49,73). Sum of RGB (Red+Green+Blue) = 130+49+73=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #823149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823149 is #7DCEB6. Grayscale: #4B4B4B. Windows color (decimal): -8244919 or 4796802. OLE color: 4796802.

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

Color convert

RGB 130 49 73 -
CMYK 0 0.62 0.44 0.49
HSL 342.22º 0.45% 0.35% -
HSV(B) 342.22º 0.62% 0.51% -
XYZ 11.51 7.42 7.13 -
YUV 75.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 130 49 73 0 0.62 0.44 0.49 342.22 0.45 0.35
Hex 82 31 49 0 3E 2C 31 156 2D 23
Octal 202 61 111 0 76 54 61 526 55 43
Binary 10000010 110001 1001001 0 111110 101100 110001 101010110 101101 100011

Color Harmonies of #823149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823149

Black with #823149

Text Example


Text Example

White with #823149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823149; }

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

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

background-color css

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

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

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

border-color css

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

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

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