Html Css Color HEX #743F49 Camelot

📋 copy color: '#743F49'

red 116 ◦ green 63 ◦ blue 73

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

Shades of Camelot #743F49

Tints of Camelot #743F49

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

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

R = 46.03%
G = 25%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#743F49 (or 0x743F49) is known color: Camelot. HEX triplet: 74, 3F and 49. RGB value is (116,63,73). Sum of RGB (Red+Green+Blue) = 116+63+73=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #743F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F49 is #8BC0B6. Grayscale: #505050. Windows color (decimal): -9158839 or 4800372. OLE color: 4800372.

HSL color Cylindrical-coordinate representation of color #743F49: hue angle of 348.68º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F49 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 63 73 -
CMYK 0 0.46 0.37 0.55
HSL 348.68º 0.3% 0.35% -
HSV(B) 348.68º 0.46% 0.45% -
XYZ 10.18 7.75 7.26 -
YUV 79.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 116 63 73 0 0.46 0.37 0.55 348.68 0.3 0.35
Hex 74 3F 49 0 2E 25 37 15D 1E 23
Octal 164 77 111 0 56 45 67 535 36 43
Binary 1110100 111111 1001001 0 101110 100101 110111 101011101 11110 100011

Color Harmonies of #743F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F49

Black with #743F49

Text Example


Text Example

White with #743F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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