Html Css Color HEX #75091F Burgundy

📋 copy color: '#75091F'

red 117 ◦ green 9 ◦ blue 31

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

Shades of Burgundy #75091F

Tints of Burgundy #75091F

RGB

 RED value IS 117 (46.09% from 255) = 74.52%

 GREEN value IS 9 (3.91% from 255) = 5.73%

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 74.52%
G = 5.73%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75091F (or 0x75091F) is known color: Burgundy. HEX triplet: 75, 09 and 1F. RGB value is (117,9,31). Sum of RGB (Red+Green+Blue) = 117+9+31=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #75091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75091F is #8AF6E0. Grayscale: #2B2B2B. Windows color (decimal): -9107169 or 2034037. OLE color: 2034037.

HSL color Cylindrical-coordinate representation of color #75091F: hue angle of 347.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75091F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 31 -
CMYK 0 0.92 0.74 0.54
HSL 347.78º 0.86% 0.25% -
HSV(B) 347.78º 0.92% 0.46% -
XYZ 7.68 4.08 1.68 -
YUV 43.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 117 9 31 0 0.92 0.74 0.54 347.78 0.86 0.25
Hex 75 9 1F 0 5C 4A 36 15C 56 19
Octal 165 11 37 0 134 112 66 534 126 31
Binary 1110101 1001 11111 0 1011100 1001010 110110 101011100 1010110 11001

Color Harmonies of #75091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75091F

Black with #75091F

Text Example


Text Example

White with #75091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75091F; }

 p { color: rgb(117,9,31); }

 H1.HeaderClassName
 {
   color: #75091F;
 }
 .AnyTagClassName
 {
   color: #75091F;
 }
</style>

background-color css

<style>
 a { background-color: #75091F; }

 a { background-color: rgb(117,9,31); }

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

border-color css

<style>
 span { border-color: #75091F; }

 span { border-color: rgb(117,9,31); }

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