Html Css Color HEX #813147 Camelot

📋 copy color: '#813147'

red 129 ◦ green 49 ◦ blue 71

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

Shades of Camelot #813147

Tints of Camelot #813147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 51.81%
G = 19.68%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#813147 (or 0x813147) is known color: Camelot. HEX triplet: 81, 31 and 47. RGB value is (129,49,71). Sum of RGB (Red+Green+Blue) = 129+49+71=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #813147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813147 is #7ECEB8. Grayscale: #4B4B4B. Windows color (decimal): -8310457 or 4665729. OLE color: 4665729.

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

Color convert

RGB 129 49 71 -
CMYK 0 0.62 0.45 0.49
HSL 343.5º 0.45% 0.35% -
HSV(B) 343.5º 0.62% 0.51% -
XYZ 11.29 7.32 6.78 -
YUV 75.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 129 49 71 0 0.62 0.45 0.49 343.5 0.45 0.35
Hex 81 31 47 0 3E 2D 31 158 2D 23
Octal 201 61 107 0 76 55 61 530 55 43
Binary 10000001 110001 1000111 0 111110 101101 110001 101011000 101101 100011

Color Harmonies of #813147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813147

Black with #813147

Text Example


Text Example

White with #813147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813147; }

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

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

background-color css

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

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

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

border-color css

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

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

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