Html Css Color HEX #94003D Burgundy

📋 copy color: '#94003D'

red 148 ◦ green 0 ◦ blue 61

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

Shades of Burgundy #94003D

Tints of Burgundy #94003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.81%
G = 0%
B = 29.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94003D (or 0x94003D) is known color: Burgundy. HEX triplet: 94, 00 and 3D. RGB value is (148,0,61). Sum of RGB (Red+Green+Blue) = 148+0+61=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94003D is #6BFFC2. Grayscale: #333333. Windows color (decimal): -7077827 or 3997844. OLE color: 3997844.

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

Color convert

RGB 148 0 61 -
CMYK 0 1 0.59 0.42
HSL 335.27º 1% 0.29% -
HSV(B) 335.27º 1% 0.58% -
XYZ 13.06 6.63 5.01 -
YUV 51.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 148 0 61 0 1 0.59 0.42 335.27 1 0.29
Hex 94 0 3D 0 64 3B 2A 14F 64 1D
Octal 224 0 75 0 144 73 52 517 144 35
Binary 10010100 0 111101 0 1100100 111011 101010 101001111 1100100 11101

Color Harmonies of #94003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94003D

Black with #94003D

Text Example


Text Example

White with #94003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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