Html Css Color HEX #94063C Burgundy

📋 copy color: '#94063C'

red 148 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #94063C

Tints of Burgundy #94063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 69.16%
G = 2.8%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94063C (or 0x94063C) is known color: Burgundy. HEX triplet: 94, 06 and 3C. RGB value is (148,6,60). Sum of RGB (Red+Green+Blue) = 148+6+60=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94063C is #6BF9C3. Grayscale: #363636. Windows color (decimal): -7076292 or 3933844. OLE color: 3933844.

HSL color Cylindrical-coordinate representation of color #94063C: hue angle of 337.18º 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 #94063C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 6 60 -
CMYK 0 0.96 0.59 0.42
HSL 337.18º 0.92% 0.3% -
HSV(B) 337.18º 0.96% 0.58% -
XYZ 13.09 6.75 4.89 -
YUV 54.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 148 6 60 0 0.96 0.59 0.42 337.18 0.92 0.3
Hex 94 6 3C 0 60 3B 2A 151 5C 1E
Octal 224 6 74 0 140 73 52 521 134 36
Binary 10010100 110 111100 0 1100000 111011 101010 101010001 1011100 11110

Color Harmonies of #94063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94063C

Black with #94063C

Text Example


Text Example

White with #94063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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