Html Css Color HEX #743849 Camelot

📋 copy color: '#743849'

red 116 ◦ green 56 ◦ blue 73

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

Shades of Camelot #743849

Tints of Camelot #743849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 47.35%
G = 22.86%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#743849 (or 0x743849) is known color: Camelot. HEX triplet: 74, 38 and 49. RGB value is (116,56,73). Sum of RGB (Red+Green+Blue) = 116+56+73=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #743849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743849 is #8BC7B6. Grayscale: #4B4B4B. Windows color (decimal): -9160631 or 4798580. OLE color: 4798580.

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

Color convert

RGB 116 56 73 -
CMYK 0 0.52 0.37 0.55
HSL 343º 0.35% 0.34% -
HSV(B) 343º 0.52% 0.45% -
XYZ 9.82 7.02 7.14 -
YUV 75.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 116 56 73 0 0.52 0.37 0.55 343 0.35 0.34
Hex 74 38 49 0 34 25 37 157 23 22
Octal 164 70 111 0 64 45 67 527 43 42
Binary 1110100 111000 1001001 0 110100 100101 110111 101010111 100011 100010

Color Harmonies of #743849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743849

Black with #743849

Text Example


Text Example

White with #743849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743849; }

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

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

background-color css

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

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

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

border-color css

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

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

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