Html Css Color HEX #7B102E Burgundy

📋 copy color: '#7B102E'

red 123 ◦ green 16 ◦ blue 46

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

Shades of Burgundy #7B102E

Tints of Burgundy #7B102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 66.49%
G = 8.65%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7B102E (or 0x7B102E) is known color: Burgundy. HEX triplet: 7B, 10 and 2E. RGB value is (123,16,46). Sum of RGB (Red+Green+Blue) = 123+16+46=185 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.49% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 123 - color contains mainly: red. Hex color #7B102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B102E is #84EFD1. Grayscale: #333333. Windows color (decimal): -8712146 or 3018875. OLE color: 3018875.

HSL color Cylindrical-coordinate representation of color #7B102E: hue angle of 343.18º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B102E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 16 46 -
CMYK 0 0.87 0.63 0.52
HSL 343.18º 0.77% 0.27% -
HSV(B) 343.18º 0.87% 0.48% -
XYZ 8.85 4.78 3.04 -
YUV 51.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 123 16 46 0 0.87 0.63 0.52 343.18 0.77 0.27
Hex 7B 10 2E 0 57 3F 34 157 4D 1B
Octal 173 20 56 0 127 77 64 527 115 33
Binary 1111011 10000 101110 0 1010111 111111 110100 101010111 1001101 11011

Color Harmonies of #7B102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B102E

Black with #7B102E

Text Example


Text Example

White with #7B102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,16,46); }

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

background-color css

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

 a { background-color: rgb(123,16,46); }

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

border-color css

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

 span { border-color: rgb(123,16,46); }

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