Html Css Color HEX #803749 Camelot

📋 copy color: '#803749'

red 128 ◦ green 55 ◦ blue 73

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

Shades of Camelot #803749

Tints of Camelot #803749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 50%
G = 21.48%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#803749 (or 0x803749) is known color: Camelot. HEX triplet: 80, 37 and 49. RGB value is (128,55,73). Sum of RGB (Red+Green+Blue) = 128+55+73=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #803749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803749 is #7FC8B6. Grayscale: #4E4E4E. Windows color (decimal): -8374455 or 4798336. OLE color: 4798336.

HSL color Cylindrical-coordinate representation of color #803749: hue angle of 345.21º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803749 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 73 -
CMYK 0 0.57 0.43 0.50
HSL 345.21º 0.4% 0.36% -
HSV(B) 345.21º 0.57% 0.5% -
XYZ 11.47 7.8 7.2 -
YUV 78.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 128 55 73 0 0.57 0.43 0.50 345.21 0.4 0.36
Hex 80 37 49 0 39 2B 32 159 28 24
Octal 200 67 111 0 71 53 62 531 50 44
Binary 10000000 110111 1001001 0 111001 101011 110010 101011001 101000 100100

Color Harmonies of #803749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803749

Black with #803749

Text Example


Text Example

White with #803749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803749; }

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

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

background-color css

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

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

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

border-color css

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

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

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