Html Css Color HEX #75042D Burgundy

📋 copy color: '#75042D'

red 117 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #75042D

Tints of Burgundy #75042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

 BLUE value IS 45 (17.97% from 255) = 27.11%

R = 70.48%
G = 2.41%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75042D (or 0x75042D) is known color: Burgundy. HEX triplet: 75, 04 and 2D. RGB value is (117,4,45). Sum of RGB (Red+Green+Blue) = 117+4+45=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #75042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75042D is #8AFBD2. Grayscale: #2A2A2A. Windows color (decimal): -9108435 or 2950261. OLE color: 2950261.

HSL color Cylindrical-coordinate representation of color #75042D: hue angle of 338.23º degrees, saturation: 0.93, 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 #75042D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 45 -
CMYK 0 0.97 0.62 0.54
HSL 338.23º 0.93% 0.24% -
HSV(B) 338.23º 0.97% 0.46% -
XYZ 7.85 4.06 2.85 -
YUV 42.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 117 4 45 0 0.97 0.62 0.54 338.23 0.93 0.24
Hex 75 4 2D 0 61 3E 36 152 5D 18
Octal 165 4 55 0 141 76 66 522 135 30
Binary 1110101 100 101101 0 1100001 111110 110110 101010010 1011101 11000

Color Harmonies of #75042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75042D

Black with #75042D

Text Example


Text Example

White with #75042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,4,45); }

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

background-color css

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

 a { background-color: rgb(117,4,45); }

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

border-color css

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

 span { border-color: rgb(117,4,45); }

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