Html Css Color HEX #970134 Burgundy

📋 copy color: '#970134'

red 151 ◦ green 1 ◦ blue 52

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

Shades of Burgundy #970134

Tints of Burgundy #970134

RGB

 RED value IS 151 (59.38% from 255) = 74.02%

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

 BLUE value IS 52 (20.7% from 255) = 25.49%

R = 74.02%
G = 0.49%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#970134 (or 0x970134) is known color: Burgundy. HEX triplet: 97, 01 and 34. RGB value is (151,1,52). Sum of RGB (Red+Green+Blue) = 151+1+52=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #970134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970134 is #68FECB. Grayscale: #333333. Windows color (decimal): -6880972 or 3408279. OLE color: 3408279.

HSL color Cylindrical-coordinate representation of color #970134: hue angle of 339.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970134 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 52 -
CMYK 0 0.99 0.66 0.41
HSL 339.6º 0.99% 0.3% -
HSV(B) 339.6º 0.99% 0.59% -
XYZ 13.39 6.85 3.86 -
YUV 51.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 151 1 52 0 0.99 0.66 0.41 339.6 0.99 0.3
Hex 97 1 34 0 63 42 29 154 63 1E
Octal 227 1 64 0 143 102 51 524 143 36
Binary 10010111 1 110100 0 1100011 1000010 101001 101010100 1100011 11110

Color Harmonies of #970134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970134

Black with #970134

Text Example


Text Example

White with #970134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970134; }

 p { color: rgb(151,1,52); }

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

background-color css

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

 a { background-color: rgb(151,1,52); }

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

border-color css

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

 span { border-color: rgb(151,1,52); }

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