Html Css Color HEX #743749 Camelot

📋 copy color: '#743749'

red 116 ◦ green 55 ◦ blue 73

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

Shades of Camelot #743749

Tints of Camelot #743749

RGB

 RED value IS 116 (45.7% from 255) = 47.54%

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

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

R = 47.54%
G = 22.54%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#743749 (or 0x743749) is known color: Camelot. HEX triplet: 74, 37 and 49. RGB value is (116,55,73). Sum of RGB (Red+Green+Blue) = 116+55+73=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #743749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743749 is #8BC8B6. Grayscale: #4B4B4B. Windows color (decimal): -9160887 or 4798324. OLE color: 4798324.

HSL color Cylindrical-coordinate representation of color #743749: hue angle of 342.3º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743749 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 73 -
CMYK 0 0.53 0.37 0.55
HSL 342.3º 0.36% 0.34% -
HSV(B) 342.3º 0.53% 0.45% -
XYZ 9.77 6.93 7.13 -
YUV 75.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 116 55 73 0 0.53 0.37 0.55 342.3 0.36 0.34
Hex 74 37 49 0 35 25 37 156 24 22
Octal 164 67 111 0 65 45 67 526 44 42
Binary 1110100 110111 1001001 0 110101 100101 110111 101010110 100100 100010

Color Harmonies of #743749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743749

Black with #743749

Text Example


Text Example

White with #743749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743749; }

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

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

background-color css

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

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

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

border-color css

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

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

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