Html Css Color HEX #740930 Burgundy

📋 copy color: '#740930'

red 116 ◦ green 9 ◦ blue 48

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

Shades of Burgundy #740930

Tints of Burgundy #740930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 48 (19.14% from 255) = 27.75%

R = 67.05%
G = 5.2%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#740930 (or 0x740930) is known color: Burgundy. HEX triplet: 74, 09 and 30. RGB value is (116,9,48). Sum of RGB (Red+Green+Blue) = 116+9+48=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740930 is #8BF6CF. Grayscale: #2D2D2D. Windows color (decimal): -9172688 or 3148148. OLE color: 3148148.

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

Color convert

RGB 116 9 48 -
CMYK 0 0.92 0.59 0.55
HSL 338.13º 0.86% 0.25% -
HSV(B) 338.13º 0.92% 0.45% -
XYZ 7.83 4.12 3.18 -
YUV 45.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 116 9 48 0 0.92 0.59 0.55 338.13 0.86 0.25
Hex 74 9 30 0 5C 3B 37 152 56 19
Octal 164 11 60 0 134 73 67 522 126 31
Binary 1110100 1001 110000 0 1011100 111011 110111 101010010 1010110 11001

Color Harmonies of #740930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740930

Black with #740930

Text Example


Text Example

White with #740930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740930; }

 p { color: rgb(116,9,48); }

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

background-color css

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

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

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

border-color css

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

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

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