Html Css Color HEX #970935 Burgundy

📋 copy color: '#970935'

red 151 ◦ green 9 ◦ blue 53

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

Shades of Burgundy #970935

Tints of Burgundy #970935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 70.89%
G = 4.23%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#970935 (or 0x970935) is known color: Burgundy. HEX triplet: 97, 09 and 35. RGB value is (151,9,53). Sum of RGB (Red+Green+Blue) = 151+9+53=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #970935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970935 is #68F6CA. Grayscale: #383838. Windows color (decimal): -6878923 or 3475863. OLE color: 3475863.

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

Color convert

RGB 151 9 53 -
CMYK 0 0.94 0.65 0.41
HSL 341.41º 0.89% 0.31% -
HSV(B) 341.41º 0.94% 0.59% -
XYZ 13.5 7.03 4.01 -
YUV 56.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 151 9 53 0 0.94 0.65 0.41 341.41 0.89 0.31
Hex 97 9 35 0 5E 41 29 155 59 1F
Octal 227 11 65 0 136 101 51 525 131 37
Binary 10010111 1001 110101 0 1011110 1000001 101001 101010101 1011001 11111

Color Harmonies of #970935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970935

Black with #970935

Text Example


Text Example

White with #970935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970935; }

 p { color: rgb(151,9,53); }

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

background-color css

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

 a { background-color: rgb(151,9,53); }

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

border-color css

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

 span { border-color: rgb(151,9,53); }

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