Html Css Color HEX #790230 Burgundy

📋 copy color: '#790230'

red 121 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #790230

Tints of Burgundy #790230

RGB

 RED value IS 121 (47.66% from 255) = 70.76%

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

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 70.76%
G = 1.17%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#790230 (or 0x790230) is known color: Burgundy. HEX triplet: 79, 02 and 30. RGB value is (121,2,48). Sum of RGB (Red+Green+Blue) = 121+2+48=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #790230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790230 is #86FDCF. Grayscale: #2A2A2A. Windows color (decimal): -8846800 or 3146361. OLE color: 3146361.

HSL color Cylindrical-coordinate representation of color #790230: hue angle of 336.81º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790230 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 2 48 -
CMYK 0 0.98 0.60 0.53
HSL 336.81º 0.97% 0.24% -
HSV(B) 336.81º 0.98% 0.47% -
XYZ 8.44 4.32 3.19 -
YUV 42.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 121 2 48 0 0.98 0.60 0.53 336.81 0.97 0.24
Hex 79 2 30 0 62 3C 35 151 61 18
Octal 171 2 60 0 142 74 65 521 141 30
Binary 1111001 10 110000 0 1100010 111100 110101 101010001 1100001 11000

Color Harmonies of #790230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790230

Black with #790230

Text Example


Text Example

White with #790230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790230; }

 p { color: rgb(121,2,48); }

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

background-color css

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

 a { background-color: rgb(121,2,48); }

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

border-color css

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

 span { border-color: rgb(121,2,48); }

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