Html Css Color HEX #7B050F Burgundy

📋 copy color: '#7B050F'

red 123 ◦ green 5 ◦ blue 15

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

Shades of Burgundy #7B050F

Tints of Burgundy #7B050F

RGB

 RED value IS 123 (48.44% from 255) = 86.01%

 GREEN value IS 5 (2.34% from 255) = 3.5%

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 86.01%
G = 3.5%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7B050F (or 0x7B050F) is known color: Burgundy. HEX triplet: 7B, 05 and 0F. RGB value is (123,5,15). Sum of RGB (Red+Green+Blue) = 123+5+15=143 (18% of max value = 765). Red value is 123 (48.44% from 255 or 86.01% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 123 - color contains mainly: red. Hex color #7B050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B050F is #84FAF0. Grayscale: #292929. Windows color (decimal): -8714993 or 984443. OLE color: 984443.

HSL color Cylindrical-coordinate representation of color #7B050F: hue angle of 354.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B050F is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 5 15 -
CMYK 0 0.96 0.88 0.52
HSL 354.92º 0.92% 0.25% -
HSV(B) 354.92º 0.96% 0.48% -
XYZ 8.31 4.35 0.85 -
YUV 41.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 123 5 15 0 0.96 0.88 0.52 354.92 0.92 0.25
Hex 7B 5 F 0 60 58 34 163 5C 19
Octal 173 5 17 0 140 130 64 543 134 31
Binary 1111011 101 1111 0 1100000 1011000 110100 101100011 1011100 11001

Color Harmonies of #7B050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B050F

Black with #7B050F

Text Example


Text Example

White with #7B050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B050F; }

 p { color: rgb(123,5,15); }

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

background-color css

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

 a { background-color: rgb(123,5,15); }

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

border-color css

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

 span { border-color: rgb(123,5,15); }

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