Html Css Color HEX #75031D Burgundy

📋 copy color: '#75031D'

red 117 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #75031D

Tints of Burgundy #75031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 78.52%
G = 2.01%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75031D (or 0x75031D) is known color: Burgundy. HEX triplet: 75, 03 and 1D. RGB value is (117,3,29). Sum of RGB (Red+Green+Blue) = 117+3+29=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75031D is #8AFCE2. Grayscale: #282828. Windows color (decimal): -9108707 or 1901429. OLE color: 1901429.

HSL color Cylindrical-coordinate representation of color #75031D: hue angle of 346.32º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75031D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 29 -
CMYK 0 0.97 0.75 0.54
HSL 346.32º 0.95% 0.24% -
HSV(B) 346.32º 0.97% 0.46% -
XYZ 7.59 3.94 1.52 -
YUV 40.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 117 3 29 0 0.97 0.75 0.54 346.32 0.95 0.24
Hex 75 3 1D 0 61 4B 36 15A 5F 18
Octal 165 3 35 0 141 113 66 532 137 30
Binary 1110101 11 11101 0 1100001 1001011 110110 101011010 1011111 11000

Color Harmonies of #75031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75031D

Black with #75031D

Text Example


Text Example

White with #75031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75031D; }

 p { color: rgb(117,3,29); }

 H1.HeaderClassName
 {
   color: #75031D;
 }
 .AnyTagClassName
 {
   color: #75031D;
 }
</style>

background-color css

<style>
 a { background-color: #75031D; }

 a { background-color: rgb(117,3,29); }

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

border-color css

<style>
 span { border-color: #75031D; }

 span { border-color: rgb(117,3,29); }

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