Html Css Color HEX #740A30 Burgundy

📋 copy color: '#740A30'

red 116 ◦ green 10 ◦ blue 48

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

Shades of Burgundy #740A30

Tints of Burgundy #740A30

RGB

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

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

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

R = 66.67%
G = 5.75%
B = 27.59%

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

#740A30 (or 0x740A30) is known color: Burgundy. HEX triplet: 74, 0A and 30. RGB value is (116,10,48). Sum of RGB (Red+Green+Blue) = 116+10+48=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #740A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A30 is #8BF5CF. Grayscale: #2D2D2D. Windows color (decimal): -9172432 or 3148404. OLE color: 3148404.

HSL color Cylindrical-coordinate representation of color #740A30: hue angle of 338.49º 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 #740A30 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 10 48 -
CMYK 0 0.91 0.59 0.55
HSL 338.49º 0.84% 0.25% -
HSV(B) 338.49º 0.91% 0.45% -
XYZ 7.84 4.14 3.18 -
YUV 46.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 116 10 48 0 0.91 0.59 0.55 338.49 0.84 0.25
Hex 74 A 30 0 5B 3B 37 152 54 19
Octal 164 12 60 0 133 73 67 522 124 31
Binary 1110100 1010 110000 0 1011011 111011 110111 101010010 1010100 11001

Color Harmonies of #740A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740A30

Black with #740A30

Text Example


Text Example

White with #740A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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