Html Css Color HEX #813342 Camelot

📋 copy color: '#813342'

red 129 ◦ green 51 ◦ blue 66

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

Shades of Camelot #813342

Tints of Camelot #813342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 52.44%
G = 20.73%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#813342 (or 0x813342) is known color: Camelot. HEX triplet: 81, 33 and 42. RGB value is (129,51,66). Sum of RGB (Red+Green+Blue) = 129+51+66=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #813342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813342 is #7ECCBD. Grayscale: #4C4C4C. Windows color (decimal): -8309950 or 4338561. OLE color: 4338561.

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

Color convert

RGB 129 51 66 -
CMYK 0 0.60 0.49 0.49
HSL 348.46º 0.43% 0.35% -
HSV(B) 348.46º 0.6% 0.51% -
XYZ 11.22 7.43 6 -
YUV 76.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 129 51 66 0 0.60 0.49 0.49 348.46 0.43 0.35
Hex 81 33 42 0 3C 31 31 15C 2B 23
Octal 201 63 102 0 74 61 61 534 53 43
Binary 10000001 110011 1000010 0 111100 110001 110001 101011100 101011 100011

Color Harmonies of #813342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813342

Black with #813342

Text Example


Text Example

White with #813342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813342; }

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

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

background-color css

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

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

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

border-color css

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

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

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