Html Css Color HEX #94033C Burgundy

📋 copy color: '#94033C'

red 148 ◦ green 3 ◦ blue 60

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

Shades of Burgundy #94033C

Tints of Burgundy #94033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 70.14%
G = 1.42%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94033C (or 0x94033C) is known color: Burgundy. HEX triplet: 94, 03 and 3C. RGB value is (148,3,60). Sum of RGB (Red+Green+Blue) = 148+3+60=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94033C is #6BFCC3. Grayscale: #343434. Windows color (decimal): -7077060 or 3933076. OLE color: 3933076.

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

Color convert

RGB 148 3 60 -
CMYK 0 0.98 0.59 0.42
HSL 336.41º 0.96% 0.3% -
HSV(B) 336.41º 0.98% 0.58% -
XYZ 13.06 6.69 4.88 -
YUV 52.85 132.04 195.87 -
System Red Green Blue C M Y K H S L
Decimal 148 3 60 0 0.98 0.59 0.42 336.41 0.96 0.3
Hex 94 3 3C 0 62 3B 2A 150 60 1E
Octal 224 3 74 0 142 73 52 520 140 36
Binary 10010100 11 111100 0 1100010 111011 101010 101010000 1100000 11110

Color Harmonies of #94033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94033C

Black with #94033C

Text Example


Text Example

White with #94033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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