Html Css Color HEX #740A1A Burgundy

📋 copy color: '#740A1A'

red 116 ◦ green 10 ◦ blue 26

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

Shades of Burgundy #740A1A

Tints of Burgundy #740A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 76.32%
G = 6.58%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#740A1A (or 0x740A1A) is known color: Burgundy. HEX triplet: 74, 0A and 1A. RGB value is (116,10,26). Sum of RGB (Red+Green+Blue) = 116+10+26=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #740A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A1A is #8BF5E5. Grayscale: #2B2B2B. Windows color (decimal): -9172454 or 1706612. OLE color: 1706612.

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

Color convert

RGB 116 10 26 -
CMYK 0 0.91 0.78 0.55
HSL 350.94º 0.84% 0.25% -
HSV(B) 350.94º 0.91% 0.45% -
XYZ 7.5 4 1.36 -
YUV 43.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 116 10 26 0 0.91 0.78 0.55 350.94 0.84 0.25
Hex 74 A 1A 0 5B 4E 37 15F 54 19
Octal 164 12 32 0 133 116 67 537 124 31
Binary 1110100 1010 11010 0 1011011 1001110 110111 101011111 1010100 11001

Color Harmonies of #740A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740A1A

Black with #740A1A

Text Example


Text Example

White with #740A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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