Html Css Color HEX #970234 Burgundy

📋 copy color: '#970234'

red 151 ◦ green 2 ◦ blue 52

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

Shades of Burgundy #970234

Tints of Burgundy #970234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 73.66%
G = 0.98%
B = 25.37%

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

#970234 (or 0x970234) is known color: Burgundy. HEX triplet: 97, 02 and 34. RGB value is (151,2,52). Sum of RGB (Red+Green+Blue) = 151+2+52=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #970234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970234 is #68FDCB. Grayscale: #343434. Windows color (decimal): -6880716 or 3408535. OLE color: 3408535.

HSL color Cylindrical-coordinate representation of color #970234: hue angle of 339.87º degrees, saturation: 0.97, 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 #970234 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 52 -
CMYK 0 0.99 0.66 0.41
HSL 339.87º 0.97% 0.3% -
HSV(B) 339.87º 0.99% 0.59% -
XYZ 13.4 6.87 3.87 -
YUV 52.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 151 2 52 0 0.99 0.66 0.41 339.87 0.97 0.3
Hex 97 2 34 0 63 42 29 154 61 1E
Octal 227 2 64 0 143 102 51 524 141 36
Binary 10010111 10 110100 0 1100011 1000010 101001 101010100 1100001 11110

Color Harmonies of #970234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970234

Black with #970234

Text Example


Text Example

White with #970234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970234; }

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

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

background-color css

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

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

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

border-color css

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

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

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