Html Css Color HEX #94063B Burgundy

📋 copy color: '#94063B'

red 148 ◦ green 6 ◦ blue 59

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

Shades of Burgundy #94063B

Tints of Burgundy #94063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 69.48%
G = 2.82%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#94063B (or 0x94063B) is known color: Burgundy. HEX triplet: 94, 06 and 3B. RGB value is (148,6,59). Sum of RGB (Red+Green+Blue) = 148+6+59=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94063B is #6BF9C4. Grayscale: #363636. Windows color (decimal): -7076293 or 3868308. OLE color: 3868308.

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

Color convert

RGB 148 6 59 -
CMYK 0 0.96 0.60 0.42
HSL 337.61º 0.92% 0.3% -
HSV(B) 337.61º 0.96% 0.58% -
XYZ 13.07 6.74 4.75 -
YUV 54.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 148 6 59 0 0.96 0.60 0.42 337.61 0.92 0.3
Hex 94 6 3B 0 60 3C 2A 152 5C 1E
Octal 224 6 73 0 140 74 52 522 134 36
Binary 10010100 110 111011 0 1100000 111100 101010 101010010 1011100 11110

Color Harmonies of #94063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94063B

Black with #94063B

Text Example


Text Example

White with #94063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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