Html Css Color HEX #75082D Burgundy

📋 copy color: '#75082D'

red 117 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #75082D

Tints of Burgundy #75082D

RGB

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

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

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

R = 68.82%
G = 4.71%
B = 26.47%

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

#75082D (or 0x75082D) is known color: Burgundy. HEX triplet: 75, 08 and 2D. RGB value is (117,8,45). Sum of RGB (Red+Green+Blue) = 117+8+45=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #75082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75082D is #8AF7D2. Grayscale: #2C2C2C. Windows color (decimal): -9107411 or 2951285. OLE color: 2951285.

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

Color convert

RGB 117 8 45 -
CMYK 0 0.93 0.62 0.54
HSL 339.63º 0.87% 0.25% -
HSV(B) 339.63º 0.93% 0.46% -
XYZ 7.9 4.15 2.87 -
YUV 44.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 117 8 45 0 0.93 0.62 0.54 339.63 0.87 0.25
Hex 75 8 2D 0 5D 3E 36 154 57 19
Octal 165 10 55 0 135 76 66 524 127 31
Binary 1110101 1000 101101 0 1011101 111110 110110 101010100 1010111 11001

Color Harmonies of #75082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75082D

Black with #75082D

Text Example


Text Example

White with #75082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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