Html Css Color HEX #75072C Burgundy

📋 copy color: '#75072C'

red 117 ◦ green 7 ◦ blue 44

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

Shades of Burgundy #75072C

Tints of Burgundy #75072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 44 (17.58% from 255) = 26.19%

R = 69.64%
G = 4.17%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75072C (or 0x75072C) is known color: Burgundy. HEX triplet: 75, 07 and 2C. RGB value is (117,7,44). Sum of RGB (Red+Green+Blue) = 117+7+44=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75072C is #8AF8D3. Grayscale: #2C2C2C. Windows color (decimal): -9107668 or 2885493. OLE color: 2885493.

HSL color Cylindrical-coordinate representation of color #75072C: hue angle of 339.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75072C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 44 -
CMYK 0 0.94 0.62 0.54
HSL 339.82º 0.89% 0.24% -
HSV(B) 339.82º 0.94% 0.46% -
XYZ 7.87 4.12 2.76 -
YUV 44.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 117 7 44 0 0.94 0.62 0.54 339.82 0.89 0.24
Hex 75 7 2C 0 5E 3E 36 154 59 18
Octal 165 7 54 0 136 76 66 524 131 30
Binary 1110101 111 101100 0 1011110 111110 110110 101010100 1011001 11000

Color Harmonies of #75072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75072C

Black with #75072C

Text Example


Text Example

White with #75072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75072C; }

 p { color: rgb(117,7,44); }

 H1.HeaderClassName
 {
   color: #75072C;
 }
 .AnyTagClassName
 {
   color: #75072C;
 }
</style>

background-color css

<style>
 a { background-color: #75072C; }

 a { background-color: rgb(117,7,44); }

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

border-color css

<style>
 span { border-color: #75072C; }

 span { border-color: rgb(117,7,44); }

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