Html Css Color HEX #730B2A Burgundy

📋 copy color: '#730B2A'

red 115 ◦ green 11 ◦ blue 42

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

Shades of Burgundy #730B2A

Tints of Burgundy #730B2A

RGB

 RED value IS 115 (45.31% from 255) = 68.45%

 GREEN value IS 11 (4.69% from 255) = 6.55%

 BLUE value IS 42 (16.8% from 255) = 25%

R = 68.45%
G = 6.55%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#730B2A (or 0x730B2A) is known color: Burgundy. HEX triplet: 73, 0B and 2A. RGB value is (115,11,42). Sum of RGB (Red+Green+Blue) = 115+11+42=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #730B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B2A is #8CF4D5. Grayscale: #2D2D2D. Windows color (decimal): -9237718 or 2755443. OLE color: 2755443.

HSL color Cylindrical-coordinate representation of color #730B2A: hue angle of 342.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B2A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 42 -
CMYK 0 0.90 0.63 0.55
HSL 342.12º 0.83% 0.25% -
HSV(B) 342.12º 0.9% 0.45% -
XYZ 7.61 4.05 2.57 -
YUV 45.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 115 11 42 0 0.90 0.63 0.55 342.12 0.83 0.25
Hex 73 B 2A 0 5A 3F 37 156 53 19
Octal 163 13 52 0 132 77 67 526 123 31
Binary 1110011 1011 101010 0 1011010 111111 110111 101010110 1010011 11001

Color Harmonies of #730B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B2A

Black with #730B2A

Text Example


Text Example

White with #730B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730B2A; }

 p { color: rgb(115,11,42); }

 H1.HeaderClassName
 {
   color: #730B2A;
 }
 .AnyTagClassName
 {
   color: #730B2A;
 }
</style>

background-color css

<style>
 a { background-color: #730B2A; }

 a { background-color: rgb(115,11,42); }

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

border-color css

<style>
 span { border-color: #730B2A; }

 span { border-color: rgb(115,11,42); }

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