Html Css Color HEX #970634 Burgundy

📋 copy color: '#970634'

red 151 ◦ green 6 ◦ blue 52

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

Shades of Burgundy #970634

Tints of Burgundy #970634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 72.25%
G = 2.87%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#970634 (or 0x970634) is known color: Burgundy. HEX triplet: 97, 06 and 34. RGB value is (151,6,52). Sum of RGB (Red+Green+Blue) = 151+6+52=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #970634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970634 is #68F9CB. Grayscale: #363636. Windows color (decimal): -6879692 or 3409559. OLE color: 3409559.

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

Color convert

RGB 151 6 52 -
CMYK 0 0.96 0.66 0.41
HSL 340.97º 0.92% 0.31% -
HSV(B) 340.97º 0.96% 0.59% -
XYZ 13.45 6.96 3.88 -
YUV 54.6 126.54 196.76 -
System Red Green Blue C M Y K H S L
Decimal 151 6 52 0 0.96 0.66 0.41 340.97 0.92 0.31
Hex 97 6 34 0 60 42 29 155 5C 1F
Octal 227 6 64 0 140 102 51 525 134 37
Binary 10010111 110 110100 0 1100000 1000010 101001 101010101 1011100 11111

Color Harmonies of #970634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970634

Black with #970634

Text Example


Text Example

White with #970634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970634; }

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

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

background-color css

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

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

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

border-color css

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

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

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