Html Css Color HEX #813349 Camelot

📋 copy color: '#813349'

red 129 ◦ green 51 ◦ blue 73

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

Shades of Camelot #813349

Tints of Camelot #813349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

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

R = 50.99%
G = 20.16%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#813349 (or 0x813349) is known color: Camelot. HEX triplet: 81, 33 and 49. RGB value is (129,51,73). Sum of RGB (Red+Green+Blue) = 129+51+73=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #813349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813349 is #7ECCB6. Grayscale: #4C4C4C. Windows color (decimal): -8309943 or 4797313. OLE color: 4797313.

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

Color convert

RGB 129 51 73 -
CMYK 0 0.60 0.43 0.49
HSL 343.08º 0.43% 0.35% -
HSV(B) 343.08º 0.6% 0.51% -
XYZ 11.44 7.52 7.15 -
YUV 76.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 129 51 73 0 0.60 0.43 0.49 343.08 0.43 0.35
Hex 81 33 49 0 3C 2B 31 157 2B 23
Octal 201 63 111 0 74 53 61 527 53 43
Binary 10000001 110011 1001001 0 111100 101011 110001 101010111 101011 100011

Color Harmonies of #813349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813349

Black with #813349

Text Example


Text Example

White with #813349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813349; }

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

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

background-color css

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

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

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

border-color css

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

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

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