Html Css Color HEX #813149 Camelot

📋 copy color: '#813149'

red 129 ◦ green 49 ◦ blue 73

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

Shades of Camelot #813149

Tints of Camelot #813149

RGB

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

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

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

R = 51.39%
G = 19.52%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#813149 (or 0x813149) is known color: Camelot. HEX triplet: 81, 31 and 49. RGB value is (129,49,73). Sum of RGB (Red+Green+Blue) = 129+49+73=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #813149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813149 is #7ECEB6. Grayscale: #4B4B4B. Windows color (decimal): -8310455 or 4796801. OLE color: 4796801.

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

Color convert

RGB 129 49 73 -
CMYK 0 0.62 0.43 0.49
HSL 342º 0.45% 0.35% -
HSV(B) 342º 0.62% 0.51% -
XYZ 11.35 7.34 7.12 -
YUV 75.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 129 49 73 0 0.62 0.43 0.49 342 0.45 0.35
Hex 81 31 49 0 3E 2B 31 156 2D 23
Octal 201 61 111 0 76 53 61 526 55 43
Binary 10000001 110001 1001001 0 111110 101011 110001 101010110 101101 100011

Color Harmonies of #813149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813149

Black with #813149

Text Example


Text Example

White with #813149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813149; }

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

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

background-color css

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

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

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

border-color css

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

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

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