Html Css Color HEX #970238 Burgundy

📋 copy color: '#970238'

red 151 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #970238

Tints of Burgundy #970238

RGB

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

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

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

R = 72.25%
G = 0.96%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#970238 (or 0x970238) is known color: Burgundy. HEX triplet: 97, 02 and 38. RGB value is (151,2,56). Sum of RGB (Red+Green+Blue) = 151+2+56=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #970238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970238 is #68FDC7. Grayscale: #343434. Windows color (decimal): -6880712 or 3670679. OLE color: 3670679.

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

Color convert

RGB 151 2 56 -
CMYK 0 0.99 0.63 0.41
HSL 338.26º 0.97% 0.3% -
HSV(B) 338.26º 0.99% 0.59% -
XYZ 13.5 6.91 4.36 -
YUV 52.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 151 2 56 0 0.99 0.63 0.41 338.26 0.97 0.3
Hex 97 2 38 0 63 3F 29 152 61 1E
Octal 227 2 70 0 143 77 51 522 141 36
Binary 10010111 10 111000 0 1100011 111111 101001 101010010 1100001 11110

Color Harmonies of #970238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970238

Black with #970238

Text Example


Text Example

White with #970238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970238; }

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

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

background-color css

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

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

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

border-color css

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

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

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