Html Css Color HEX #75072B Burgundy

📋 copy color: '#75072B'

red 117 ◦ green 7 ◦ blue 43

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

Shades of Burgundy #75072B

Tints of Burgundy #75072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 70.06%
G = 4.19%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75072B (or 0x75072B) is known color: Burgundy. HEX triplet: 75, 07 and 2B. RGB value is (117,7,43). Sum of RGB (Red+Green+Blue) = 117+7+43=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75072B is #8AF8D4. Grayscale: #2B2B2B. Windows color (decimal): -9107669 or 2819957. OLE color: 2819957.

HSL color Cylindrical-coordinate representation of color #75072B: hue angle of 340.36º 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 #75072B is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 43 -
CMYK 0 0.94 0.63 0.54
HSL 340.36º 0.89% 0.24% -
HSV(B) 340.36º 0.94% 0.46% -
XYZ 7.85 4.11 2.66 -
YUV 43.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 117 7 43 0 0.94 0.63 0.54 340.36 0.89 0.24
Hex 75 7 2B 0 5E 3F 36 154 59 18
Octal 165 7 53 0 136 77 66 524 131 30
Binary 1110101 111 101011 0 1011110 111111 110110 101010100 1011001 11000

Color Harmonies of #75072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75072B

Black with #75072B

Text Example


Text Example

White with #75072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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