Html Css Color HEX #790C35 Burgundy

📋 copy color: '#790C35'

red 121 ◦ green 12 ◦ blue 53

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

Shades of Burgundy #790C35

Tints of Burgundy #790C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 65.05%
G = 6.45%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#790C35 (or 0x790C35) is known color: Burgundy. HEX triplet: 79, 0C and 35. RGB value is (121,12,53). Sum of RGB (Red+Green+Blue) = 121+12+53=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #790C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C35 is #86F3CA. Grayscale: #313131. Windows color (decimal): -8844235 or 3476601. OLE color: 3476601.

HSL color Cylindrical-coordinate representation of color #790C35: hue angle of 337.43º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C35 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 53 -
CMYK 0 0.90 0.56 0.53
HSL 337.43º 0.82% 0.26% -
HSV(B) 337.43º 0.9% 0.47% -
XYZ 8.66 4.58 3.8 -
YUV 49.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 121 12 53 0 0.90 0.56 0.53 337.43 0.82 0.26
Hex 79 C 35 0 5A 38 35 151 52 1A
Octal 171 14 65 0 132 70 65 521 122 32
Binary 1111001 1100 110101 0 1011010 111000 110101 101010001 1010010 11010

Color Harmonies of #790C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C35

Black with #790C35

Text Example


Text Example

White with #790C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C35; }

 p { color: rgb(121,12,53); }

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

background-color css

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

 a { background-color: rgb(121,12,53); }

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

border-color css

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

 span { border-color: rgb(121,12,53); }

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