Html Css Color HEX #75042F Burgundy

📋 copy color: '#75042F'

red 117 ◦ green 4 ◦ blue 47

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

Shades of Burgundy #75042F

Tints of Burgundy #75042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 69.64%
G = 2.38%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75042F (or 0x75042F) is known color: Burgundy. HEX triplet: 75, 04 and 2F. RGB value is (117,4,47). Sum of RGB (Red+Green+Blue) = 117+4+47=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75042F is #8AFBD0. Grayscale: #2A2A2A. Windows color (decimal): -9108433 or 3081333. OLE color: 3081333.

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

Color convert

RGB 117 4 47 -
CMYK 0 0.97 0.60 0.54
HSL 337.17º 0.93% 0.24% -
HSV(B) 337.17º 0.97% 0.46% -
XYZ 7.89 4.07 3.06 -
YUV 42.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 117 4 47 0 0.97 0.60 0.54 337.17 0.93 0.24
Hex 75 4 2F 0 61 3C 36 151 5D 18
Octal 165 4 57 0 141 74 66 521 135 30
Binary 1110101 100 101111 0 1100001 111100 110110 101010001 1011101 11000

Color Harmonies of #75042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75042F

Black with #75042F

Text Example


Text Example

White with #75042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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