Html Css Color HEX #94013C Burgundy

📋 copy color: '#94013C'

red 148 ◦ green 1 ◦ blue 60

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

Shades of Burgundy #94013C

Tints of Burgundy #94013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 70.81%
G = 0.48%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94013C (or 0x94013C) is known color: Burgundy. HEX triplet: 94, 01 and 3C. RGB value is (148,1,60). Sum of RGB (Red+Green+Blue) = 148+1+60=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94013C is #6BFEC3. Grayscale: #333333. Windows color (decimal): -7077572 or 3932564. OLE color: 3932564.

HSL color Cylindrical-coordinate representation of color #94013C: hue angle of 335.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94013C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 60 -
CMYK 0 0.99 0.59 0.42
HSL 335.92º 0.99% 0.29% -
HSV(B) 335.92º 0.99% 0.58% -
XYZ 13.04 6.64 4.87 -
YUV 51.68 132.7 196.7 -
System Red Green Blue C M Y K H S L
Decimal 148 1 60 0 0.99 0.59 0.42 335.92 0.99 0.29
Hex 94 1 3C 0 63 3B 2A 150 63 1D
Octal 224 1 74 0 143 73 52 520 143 35
Binary 10010100 1 111100 0 1100011 111011 101010 101010000 1100011 11101

Color Harmonies of #94013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94013C

Black with #94013C

Text Example


Text Example

White with #94013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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