Html Css Color HEX #740530 Burgundy

📋 copy color: '#740530'

red 116 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #740530

Tints of Burgundy #740530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 68.64%
G = 2.96%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#740530 (or 0x740530) is known color: Burgundy. HEX triplet: 74, 05 and 30. RGB value is (116,5,48). Sum of RGB (Red+Green+Blue) = 116+5+48=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #740530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740530 is #8BFACF. Grayscale: #2B2B2B. Windows color (decimal): -9173712 or 3147124. OLE color: 3147124.

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

Color convert

RGB 116 5 48 -
CMYK 0 0.96 0.59 0.55
HSL 336.76º 0.92% 0.24% -
HSV(B) 336.76º 0.96% 0.45% -
XYZ 7.79 4.03 3.16 -
YUV 43.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 116 5 48 0 0.96 0.59 0.55 336.76 0.92 0.24
Hex 74 5 30 0 60 3B 37 151 5C 18
Octal 164 5 60 0 140 73 67 521 134 30
Binary 1110100 101 110000 0 1100000 111011 110111 101010001 1011100 11000

Color Harmonies of #740530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740530

Black with #740530

Text Example


Text Example

White with #740530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740530; }

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

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

background-color css

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

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

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

border-color css

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

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

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