Html Css Color HEX #94013D Burgundy

📋 copy color: '#94013D'

red 148 ◦ green 1 ◦ blue 61

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

Shades of Burgundy #94013D

Tints of Burgundy #94013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 70.48%
G = 0.48%
B = 29.05%

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

#94013D (or 0x94013D) is known color: Burgundy. HEX triplet: 94, 01 and 3D. RGB value is (148,1,61). Sum of RGB (Red+Green+Blue) = 148+1+61=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94013D is #6BFEC2. Grayscale: #333333. Windows color (decimal): -7077571 or 3998100. OLE color: 3998100.

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

Color convert

RGB 148 1 61 -
CMYK 0 0.99 0.59 0.42
HSL 335.51º 0.99% 0.29% -
HSV(B) 335.51º 0.99% 0.58% -
XYZ 13.07 6.65 5.01 -
YUV 51.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 148 1 61 0 0.99 0.59 0.42 335.51 0.99 0.29
Hex 94 1 3D 0 63 3B 2A 150 63 1D
Octal 224 1 75 0 143 73 52 520 143 35
Binary 10010100 1 111101 0 1100011 111011 101010 101010000 1100011 11101

Color Harmonies of #94013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94013D

Black with #94013D

Text Example


Text Example

White with #94013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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