Html Css Color HEX #740A2F Burgundy

📋 copy color: '#740A2F'

red 116 ◦ green 10 ◦ blue 47

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

Shades of Burgundy #740A2F

Tints of Burgundy #740A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.78%

 BLUE value IS 47 (18.75% from 255) = 27.17%

R = 67.05%
G = 5.78%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#740A2F (or 0x740A2F) is known color: Burgundy. HEX triplet: 74, 0A and 2F. RGB value is (116,10,47). Sum of RGB (Red+Green+Blue) = 116+10+47=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A2F is #8BF5D0. Grayscale: #2D2D2D. Windows color (decimal): -9172433 or 3082868. OLE color: 3082868.

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

Color convert

RGB 116 10 47 -
CMYK 0 0.91 0.59 0.55
HSL 339.06º 0.84% 0.25% -
HSV(B) 339.06º 0.91% 0.45% -
XYZ 7.82 4.14 3.08 -
YUV 45.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 116 10 47 0 0.91 0.59 0.55 339.06 0.84 0.25
Hex 74 A 2F 0 5B 3B 37 153 54 19
Octal 164 12 57 0 133 73 67 523 124 31
Binary 1110100 1010 101111 0 1011011 111011 110111 101010011 1010100 11001

Color Harmonies of #740A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740A2F

Black with #740A2F

Text Example


Text Example

White with #740A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740A2F; }

 p { color: rgb(116,10,47); }

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

background-color css

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

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

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

border-color css

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

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

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