Html Css Color HEX #813346 Camelot

📋 copy color: '#813346'

red 129 ◦ green 51 ◦ blue 70

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

Shades of Camelot #813346

Tints of Camelot #813346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28%

R = 51.6%
G = 20.4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#813346 (or 0x813346) is known color: Camelot. HEX triplet: 81, 33 and 46. RGB value is (129,51,70). Sum of RGB (Red+Green+Blue) = 129+51+70=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813346 is #7ECCB9. Grayscale: #4C4C4C. Windows color (decimal): -8309946 or 4600705. OLE color: 4600705.

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

Color convert

RGB 129 51 70 -
CMYK 0 0.60 0.46 0.49
HSL 345.38º 0.43% 0.35% -
HSV(B) 345.38º 0.6% 0.51% -
XYZ 11.34 7.48 6.64 -
YUV 76.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 129 51 70 0 0.60 0.46 0.49 345.38 0.43 0.35
Hex 81 33 46 0 3C 2E 31 159 2B 23
Octal 201 63 106 0 74 56 61 531 53 43
Binary 10000001 110011 1000110 0 111100 101110 110001 101011001 101011 100011

Color Harmonies of #813346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813346

Black with #813346

Text Example


Text Example

White with #813346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813346; }

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

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

background-color css

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

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

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

border-color css

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

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

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