Html Css Color HEX #94052F Burgundy

📋 copy color: '#94052F'

red 148 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #94052F

Tints of Burgundy #94052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 74%
G = 2.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94052F (or 0x94052F) is known color: Burgundy. HEX triplet: 94, 05 and 2F. RGB value is (148,5,47). Sum of RGB (Red+Green+Blue) = 148+5+47=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #94052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94052F is #6BFAD0. Grayscale: #343434. Windows color (decimal): -7076561 or 3081620. OLE color: 3081620.

HSL color Cylindrical-coordinate representation of color #94052F: hue angle of 342.38º degrees, saturation: 0.93, 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 #94052F is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 47 -
CMYK 0 0.97 0.68 0.42
HSL 342.38º 0.93% 0.3% -
HSV(B) 342.38º 0.97% 0.58% -
XYZ 12.78 6.61 3.29 -
YUV 52.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 148 5 47 0 0.97 0.68 0.42 342.38 0.93 0.3
Hex 94 5 2F 0 61 44 2A 156 5D 1E
Octal 224 5 57 0 141 104 52 526 135 36
Binary 10010100 101 101111 0 1100001 1000100 101010 101010110 1011101 11110

Color Harmonies of #94052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94052F

Black with #94052F

Text Example


Text Example

White with #94052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94052F; }

 p { color: rgb(148,5,47); }

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

background-color css

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

 a { background-color: rgb(148,5,47); }

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

border-color css

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

 span { border-color: rgb(148,5,47); }

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