Html Css Color HEX #74002A Burgundy

📋 copy color: '#74002A'

red 116 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #74002A

Tints of Burgundy #74002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 73.42%
G = 0%
B = 26.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74002A (or 0x74002A) is known color: Burgundy. HEX triplet: 74, 00 and 2A. RGB value is (116,0,42). Sum of RGB (Red+Green+Blue) = 116+0+42=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #74002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74002A is #8BFFD5. Grayscale: #272727. Windows color (decimal): -9174998 or 2752628. OLE color: 2752628.

HSL color Cylindrical-coordinate representation of color #74002A: hue angle of 338.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74002A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 42 -
CMYK 0 1 0.64 0.55
HSL 338.28º 1% 0.23% -
HSV(B) 338.28º 1% 0.45% -
XYZ 7.62 3.88 2.54 -
YUV 39.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 116 0 42 0 1 0.64 0.55 338.28 1 0.23
Hex 74 0 2A 0 64 40 37 152 64 17
Octal 164 0 52 0 144 100 67 522 144 27
Binary 1110100 0 101010 0 1100100 1000000 110111 101010010 1100100 10111

Color Harmonies of #74002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74002A

Black with #74002A

Text Example


Text Example

White with #74002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74002A; }

 p { color: rgb(116,0,42); }

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

background-color css

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

 a { background-color: rgb(116,0,42); }

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

border-color css

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

 span { border-color: rgb(116,0,42); }

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