Html Css Color HEX #94083A Burgundy

📋 copy color: '#94083A'

red 148 ◦ green 8 ◦ blue 58

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

Shades of Burgundy #94083A

Tints of Burgundy #94083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 58 (23.05% from 255) = 27.1%

R = 69.16%
G = 3.74%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#94083A (or 0x94083A) is known color: Burgundy. HEX triplet: 94, 08 and 3A. RGB value is (148,8,58). Sum of RGB (Red+Green+Blue) = 148+8+58=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94083A is #6BF7C5. Grayscale: #373737. Windows color (decimal): -7075782 or 3803284. OLE color: 3803284.

HSL color Cylindrical-coordinate representation of color #94083A: hue angle of 338.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94083A is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 8 58 -
CMYK 0 0.95 0.61 0.42
HSL 338.57º 0.9% 0.31% -
HSV(B) 338.57º 0.95% 0.58% -
XYZ 13.06 6.78 4.62 -
YUV 55.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 148 8 58 0 0.95 0.61 0.42 338.57 0.9 0.31
Hex 94 8 3A 0 5F 3D 2A 153 5A 1F
Octal 224 10 72 0 137 75 52 523 132 37
Binary 10010100 1000 111010 0 1011111 111101 101010 101010011 1011010 11111

Color Harmonies of #94083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94083A

Black with #94083A

Text Example


Text Example

White with #94083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94083A; }

 p { color: rgb(148,8,58); }

 H1.HeaderClassName
 {
   color: #94083A;
 }
 .AnyTagClassName
 {
   color: #94083A;
 }
</style>

background-color css

<style>
 a { background-color: #94083A; }

 a { background-color: rgb(148,8,58); }

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

border-color css

<style>
 span { border-color: #94083A; }

 span { border-color: rgb(148,8,58); }

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