Html Css Color HEX #743C49 Camelot

📋 copy color: '#743C49'

red 116 ◦ green 60 ◦ blue 73

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

Shades of Camelot #743C49

Tints of Camelot #743C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

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

R = 46.59%
G = 24.1%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#743C49 (or 0x743C49) is known color: Camelot. HEX triplet: 74, 3C and 49. RGB value is (116,60,73). Sum of RGB (Red+Green+Blue) = 116+60+73=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #743C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C49 is #8BC3B6. Grayscale: #4E4E4E. Windows color (decimal): -9159607 or 4799604. OLE color: 4799604.

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

Color convert

RGB 116 60 73 -
CMYK 0 0.48 0.37 0.55
HSL 346.07º 0.32% 0.35% -
HSV(B) 346.07º 0.48% 0.45% -
XYZ 10.02 7.43 7.21 -
YUV 78.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 116 60 73 0 0.48 0.37 0.55 346.07 0.32 0.35
Hex 74 3C 49 0 30 25 37 15A 20 23
Octal 164 74 111 0 60 45 67 532 40 43
Binary 1110100 111100 1001001 0 110000 100101 110111 101011010 100000 100011

Color Harmonies of #743C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C49

Black with #743C49

Text Example


Text Example

White with #743C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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