Html Css Color HEX #75031E Burgundy

📋 copy color: '#75031E'

red 117 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #75031E

Tints of Burgundy #75031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20%

R = 78%
G = 2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75031E (or 0x75031E) is known color: Burgundy. HEX triplet: 75, 03 and 1E. RGB value is (117,3,30). Sum of RGB (Red+Green+Blue) = 117+3+30=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #75031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75031E is #8AFCE1. Grayscale: #282828. Windows color (decimal): -9108706 or 1966965. OLE color: 1966965.

HSL color Cylindrical-coordinate representation of color #75031E: hue angle of 345.79º 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 #75031E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 30 -
CMYK 0 0.97 0.74 0.54
HSL 345.79º 0.95% 0.24% -
HSV(B) 345.79º 0.97% 0.46% -
XYZ 7.6 3.94 1.59 -
YUV 40.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 117 3 30 0 0.97 0.74 0.54 345.79 0.95 0.24
Hex 75 3 1E 0 61 4A 36 15A 5F 18
Octal 165 3 36 0 141 112 66 532 137 30
Binary 1110101 11 11110 0 1100001 1001010 110110 101011010 1011111 11000

Color Harmonies of #75031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75031E

Black with #75031E

Text Example


Text Example

White with #75031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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