Html Css Color HEX #813441 Camelot

📋 copy color: '#813441'

red 129 ◦ green 52 ◦ blue 65

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

Shades of Camelot #813441

Tints of Camelot #813441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 52.44%
G = 21.14%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#813441 (or 0x813441) is known color: Camelot. HEX triplet: 81, 34 and 41. RGB value is (129,52,65). Sum of RGB (Red+Green+Blue) = 129+52+65=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #813441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813441 is #7ECBBE. Grayscale: #4C4C4C. Windows color (decimal): -8309695 or 4273281. OLE color: 4273281.

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

Color convert

RGB 129 52 65 -
CMYK 0 0.60 0.50 0.49
HSL 349.87º 0.43% 0.35% -
HSV(B) 349.87º 0.6% 0.51% -
XYZ 11.24 7.5 5.86 -
YUV 76.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 129 52 65 0 0.60 0.50 0.49 349.87 0.43 0.35
Hex 81 34 41 0 3C 32 31 15E 2B 23
Octal 201 64 101 0 74 62 61 536 53 43
Binary 10000001 110100 1000001 0 111100 110010 110001 101011110 101011 100011

Color Harmonies of #813441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813441

Black with #813441

Text Example


Text Example

White with #813441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813441; }

 p { color: rgb(129,52,65); }

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

background-color css

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

 a { background-color: rgb(129,52,65); }

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

border-color css

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

 span { border-color: rgb(129,52,65); }

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