Html Css Color HEX #813348 Camelot

📋 copy color: '#813348'

red 129 ◦ green 51 ◦ blue 72

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

Shades of Camelot #813348

Tints of Camelot #813348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 51.19%
G = 20.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#813348 (or 0x813348) is known color: Camelot. HEX triplet: 81, 33 and 48. RGB value is (129,51,72). Sum of RGB (Red+Green+Blue) = 129+51+72=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #813348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813348 is #7ECCB7. Grayscale: #4C4C4C. Windows color (decimal): -8309944 or 4731777. OLE color: 4731777.

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

Color convert

RGB 129 51 72 -
CMYK 0 0.60 0.44 0.49
HSL 343.85º 0.43% 0.35% -
HSV(B) 343.85º 0.6% 0.51% -
XYZ 11.41 7.5 6.98 -
YUV 76.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 129 51 72 0 0.60 0.44 0.49 343.85 0.43 0.35
Hex 81 33 48 0 3C 2C 31 158 2B 23
Octal 201 63 110 0 74 54 61 530 53 43
Binary 10000001 110011 1001000 0 111100 101100 110001 101011000 101011 100011

Color Harmonies of #813348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813348

Black with #813348

Text Example


Text Example

White with #813348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813348; }

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

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

background-color css

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

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

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

border-color css

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

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

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