Html Css Color HEX #7B0331 Burgundy

📋 copy color: '#7B0331'

red 123 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #7B0331

Tints of Burgundy #7B0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

 BLUE value IS 49 (19.53% from 255) = 28%

R = 70.29%
G = 1.71%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#7B0331 (or 0x7B0331) is known color: Burgundy. HEX triplet: 7B, 03 and 31. RGB value is (123,3,49). Sum of RGB (Red+Green+Blue) = 123+3+49=175 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0331 is #84FCCE. Grayscale: #2C2C2C. Windows color (decimal): -8715471 or 3212155. OLE color: 3212155.

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

Color convert

RGB 123 3 49 -
CMYK 0 0.98 0.60 0.52
HSL 337º 0.95% 0.25% -
HSV(B) 337º 0.98% 0.48% -
XYZ 8.76 4.5 3.31 -
YUV 44.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 123 3 49 0 0.98 0.60 0.52 337 0.95 0.25
Hex 7B 3 31 0 62 3C 34 151 5F 19
Octal 173 3 61 0 142 74 64 521 137 31
Binary 1111011 11 110001 0 1100010 111100 110100 101010001 1011111 11001

Color Harmonies of #7B0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0331

Black with #7B0331

Text Example


Text Example

White with #7B0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,3,49); }

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

background-color css

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

 a { background-color: rgb(123,3,49); }

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

border-color css

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

 span { border-color: rgb(123,3,49); }

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