Html Css Color HEX #743434 Sanguine Brown

📋 copy color: '#743434'

red 116 ◦ green 52 ◦ blue 52

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

Shades of Sanguine Brown #743434

Tints of Sanguine Brown #743434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 52.73%
G = 23.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#743434 (or 0x743434) is known color: Sanguine Brown. HEX triplet: 74, 34 and 34. RGB value is (116,52,52). Sum of RGB (Red+Green+Blue) = 116+52+52=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #743434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743434 is #8BCBCB. Grayscale: #474747. Windows color (decimal): -9161676 or 3421300. OLE color: 3421300.

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

Color convert

RGB 116 52 52 -
CMYK 0 0.55 0.55 0.55
HSL 0.38% 0.33% -
HSV(B) 0.55% 0.45% -
XYZ 9.05 6.42 4.01 -
YUV 71.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 116 52 52 0 0.55 0.55 0.55 0 0.38 0.33
Hex 74 34 34 0 37 37 37 0 26 21
Octal 164 64 64 0 67 67 67 0 46 41
Binary 1110100 110100 110100 0 110111 110111 110111 0 100110 100001

Color Harmonies of #743434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743434

Black with #743434

Text Example


Text Example

White with #743434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743434; }

 p { color: rgb(116,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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