Html Css Color HEX #970233 Burgundy

📋 copy color: '#970233'

red 151 ◦ green 2 ◦ blue 51

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

Shades of Burgundy #970233

Tints of Burgundy #970233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25%

R = 74.02%
G = 0.98%
B = 25%

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

#970233 (or 0x970233) is known color: Burgundy. HEX triplet: 97, 02 and 33. RGB value is (151,2,51). Sum of RGB (Red+Green+Blue) = 151+2+51=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #970233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970233 is #68FDCC. Grayscale: #343434. Windows color (decimal): -6880717 or 3342999. OLE color: 3342999.

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

Color convert

RGB 151 2 51 -
CMYK 0 0.99 0.66 0.41
HSL 340.27º 0.97% 0.3% -
HSV(B) 340.27º 0.99% 0.59% -
XYZ 13.38 6.86 3.75 -
YUV 52.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 151 2 51 0 0.99 0.66 0.41 340.27 0.97 0.3
Hex 97 2 33 0 63 42 29 154 61 1E
Octal 227 2 63 0 143 102 51 524 141 36
Binary 10010111 10 110011 0 1100011 1000010 101001 101010100 1100001 11110

Color Harmonies of #970233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970233

Black with #970233

Text Example


Text Example

White with #970233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970233; }

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

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

background-color css

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

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

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

border-color css

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

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

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