Html Css Color HEX #94043B Burgundy

📋 copy color: '#94043B'

red 148 ◦ green 4 ◦ blue 59

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

Shades of Burgundy #94043B

Tints of Burgundy #94043B

RGB

 RED value IS 148 (58.2% from 255) = 70.14%

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 70.14%
G = 1.9%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#94043B (or 0x94043B) is known color: Burgundy. HEX triplet: 94, 04 and 3B. RGB value is (148,4,59). Sum of RGB (Red+Green+Blue) = 148+4+59=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94043B is #6BFBC4. Grayscale: #353535. Windows color (decimal): -7076805 or 3867796. OLE color: 3867796.

HSL color Cylindrical-coordinate representation of color #94043B: hue angle of 337.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94043B is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 59 -
CMYK 0 0.97 0.60 0.42
HSL 337.08º 0.95% 0.3% -
HSV(B) 337.08º 0.97% 0.58% -
XYZ 13.05 6.7 4.74 -
YUV 53.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 148 4 59 0 0.97 0.60 0.42 337.08 0.95 0.3
Hex 94 4 3B 0 61 3C 2A 151 5F 1E
Octal 224 4 73 0 141 74 52 521 137 36
Binary 10010100 100 111011 0 1100001 111100 101010 101010001 1011111 11110

Color Harmonies of #94043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94043B

Black with #94043B

Text Example


Text Example

White with #94043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94043B; }

 p { color: rgb(148,4,59); }

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

background-color css

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

 a { background-color: rgb(148,4,59); }

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

border-color css

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

 span { border-color: rgb(148,4,59); }

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