Html Css Color HEX #75082C Burgundy

📋 copy color: '#75082C'

red 117 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #75082C

Tints of Burgundy #75082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

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

R = 69.23%
G = 4.73%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75082C (or 0x75082C) is known color: Burgundy. HEX triplet: 75, 08 and 2C. RGB value is (117,8,44). Sum of RGB (Red+Green+Blue) = 117+8+44=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75082C is #8AF7D3. Grayscale: #2C2C2C. Windows color (decimal): -9107412 or 2885749. OLE color: 2885749.

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

Color convert

RGB 117 8 44 -
CMYK 0 0.93 0.62 0.54
HSL 340.18º 0.87% 0.25% -
HSV(B) 340.18º 0.93% 0.46% -
XYZ 7.88 4.14 2.77 -
YUV 44.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 117 8 44 0 0.93 0.62 0.54 340.18 0.87 0.25
Hex 75 8 2C 0 5D 3E 36 154 57 19
Octal 165 10 54 0 135 76 66 524 127 31
Binary 1110101 1000 101100 0 1011101 111110 110110 101010100 1010111 11001

Color Harmonies of #75082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75082C

Black with #75082C

Text Example


Text Example

White with #75082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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