Html Css Color HEX #970038 Burgundy

📋 copy color: '#970038'

red 151 ◦ green 0 ◦ blue 56

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

Shades of Burgundy #970038

Tints of Burgundy #970038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 27.05%

R = 72.95%
G = 0%
B = 27.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#970038 (or 0x970038) is known color: Burgundy. HEX triplet: 97, 00 and 38. RGB value is (151,0,56). Sum of RGB (Red+Green+Blue) = 151+0+56=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #970038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970038 is #68FFC7. Grayscale: #333333. Windows color (decimal): -6881224 or 3670167. OLE color: 3670167.

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

Color convert

RGB 151 0 56 -
CMYK 0 1 0.63 0.41
HSL 337.75º 1% 0.3% -
HSV(B) 337.75º 1% 0.59% -
XYZ 13.48 6.86 4.36 -
YUV 51.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 151 0 56 0 1 0.63 0.41 337.75 1 0.3
Hex 97 0 38 0 64 3F 29 152 64 1E
Octal 227 0 70 0 144 77 51 522 144 36
Binary 10010111 0 111000 0 1100100 111111 101001 101010010 1100100 11110

Color Harmonies of #970038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970038

Black with #970038

Text Example


Text Example

White with #970038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970038; }

 p { color: rgb(151,0,56); }

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

background-color css

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

 a { background-color: rgb(151,0,56); }

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

border-color css

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

 span { border-color: rgb(151,0,56); }

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