Html Css Color HEX #790C2D Burgundy

📋 copy color: '#790C2D'

red 121 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #790C2D

Tints of Burgundy #790C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 67.98%
G = 6.74%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#790C2D (or 0x790C2D) is known color: Burgundy. HEX triplet: 79, 0C and 2D. RGB value is (121,12,45). Sum of RGB (Red+Green+Blue) = 121+12+45=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #790C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C2D is #86F3D2. Grayscale: #303030. Windows color (decimal): -8844243 or 2952313. OLE color: 2952313.

HSL color Cylindrical-coordinate representation of color #790C2D: hue angle of 341.83º 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 #790C2D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 45 -
CMYK 0 0.90 0.63 0.53
HSL 341.83º 0.82% 0.26% -
HSV(B) 341.83º 0.9% 0.47% -
XYZ 8.49 4.52 2.91 -
YUV 48.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 121 12 45 0 0.90 0.63 0.53 341.83 0.82 0.26
Hex 79 C 2D 0 5A 3F 35 156 52 1A
Octal 171 14 55 0 132 77 65 526 122 32
Binary 1111001 1100 101101 0 1011010 111111 110101 101010110 1010010 11010

Color Harmonies of #790C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C2D

Black with #790C2D

Text Example


Text Example

White with #790C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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