Html Css Color HEX #970339 Burgundy

📋 copy color: '#970339'

red 151 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #970339

Tints of Burgundy #970339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 71.56%
G = 1.42%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#970339 (or 0x970339) is known color: Burgundy. HEX triplet: 97, 03 and 39. RGB value is (151,3,57). Sum of RGB (Red+Green+Blue) = 151+3+57=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #970339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970339 is #68FCC6. Grayscale: #353535. Windows color (decimal): -6880455 or 3736471. OLE color: 3736471.

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

Color convert

RGB 151 3 57 -
CMYK 0 0.98 0.62 0.41
HSL 338.11º 0.96% 0.3% -
HSV(B) 338.11º 0.98% 0.59% -
XYZ 13.53 6.94 4.5 -
YUV 53.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 151 3 57 0 0.98 0.62 0.41 338.11 0.96 0.3
Hex 97 3 39 0 62 3E 29 152 60 1E
Octal 227 3 71 0 142 76 51 522 140 36
Binary 10010111 11 111001 0 1100010 111110 101001 101010010 1100000 11110

Color Harmonies of #970339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970339

Black with #970339

Text Example


Text Example

White with #970339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970339; }

 p { color: rgb(151,3,57); }

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

background-color css

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

 a { background-color: rgb(151,3,57); }

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

border-color css

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

 span { border-color: rgb(151,3,57); }

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