Html Css Color HEX #813249 Camelot

📋 copy color: '#813249'

red 129 ◦ green 50 ◦ blue 73

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

Shades of Camelot #813249

Tints of Camelot #813249

RGB

 RED value IS 129 (50.78% from 255) = 51.19%

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 51.19%
G = 19.84%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#813249 (or 0x813249) is known color: Camelot. HEX triplet: 81, 32 and 49. RGB value is (129,50,73). Sum of RGB (Red+Green+Blue) = 129+50+73=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #813249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813249 is #7ECDB6. Grayscale: #4C4C4C. Windows color (decimal): -8310199 or 4797057. OLE color: 4797057.

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

Color convert

RGB 129 50 73 -
CMYK 0 0.61 0.43 0.49
HSL 342.53º 0.44% 0.35% -
HSV(B) 342.53º 0.61% 0.51% -
XYZ 11.4 7.43 7.14 -
YUV 76.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 129 50 73 0 0.61 0.43 0.49 342.53 0.44 0.35
Hex 81 32 49 0 3D 2B 31 157 2C 23
Octal 201 62 111 0 75 53 61 527 54 43
Binary 10000001 110010 1001001 0 111101 101011 110001 101010111 101100 100011

Color Harmonies of #813249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813249

Black with #813249

Text Example


Text Example

White with #813249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813249; }

 p { color: rgb(129,50,73); }

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

background-color css

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

 a { background-color: rgb(129,50,73); }

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

border-color css

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

 span { border-color: rgb(129,50,73); }

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