Html Css Color HEX #803E49 Camelot

📋 copy color: '#803E49'

red 128 ◦ green 62 ◦ blue 73

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

Shades of Camelot #803E49

Tints of Camelot #803E49

RGB

 RED value IS 128 (50.39% from 255) = 48.67%

 GREEN value IS 62 (24.61% from 255) = 23.57%

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

R = 48.67%
G = 23.57%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#803E49 (or 0x803E49) is known color: Camelot. HEX triplet: 80, 3E and 49. RGB value is (128,62,73). Sum of RGB (Red+Green+Blue) = 128+62+73=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #803E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E49 is #7FC1B6. Grayscale: #535353. Windows color (decimal): -8372663 or 4800128. OLE color: 4800128.

HSL color Cylindrical-coordinate representation of color #803E49: hue angle of 350º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E49 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 62 73 -
CMYK 0 0.52 0.43 0.50
HSL 350º 0.35% 0.37% -
HSV(B) 350º 0.52% 0.5% -
XYZ 11.83 8.52 7.32 -
YUV 82.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 128 62 73 0 0.52 0.43 0.50 350 0.35 0.37
Hex 80 3E 49 0 34 2B 32 15E 23 25
Octal 200 76 111 0 64 53 62 536 43 45
Binary 10000000 111110 1001001 0 110100 101011 110010 101011110 100011 100101

Color Harmonies of #803E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E49

Black with #803E49

Text Example


Text Example

White with #803E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803E49; }

 p { color: rgb(128,62,73); }

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

background-color css

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

 a { background-color: rgb(128,62,73); }

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

border-color css

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

 span { border-color: rgb(128,62,73); }

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