Html Css Color HEX #75082F Burgundy

📋 copy color: '#75082F'

red 117 ◦ green 8 ◦ blue 47

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

Shades of Burgundy #75082F

Tints of Burgundy #75082F

RGB

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

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

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

R = 68.02%
G = 4.65%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75082F (or 0x75082F) is known color: Burgundy. HEX triplet: 75, 08 and 2F. RGB value is (117,8,47). Sum of RGB (Red+Green+Blue) = 117+8+47=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #75082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75082F is #8AF7D0. Grayscale: #2C2C2C. Windows color (decimal): -9107409 or 3082357. OLE color: 3082357.

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

Color convert

RGB 117 8 47 -
CMYK 0 0.93 0.60 0.54
HSL 338.53º 0.87% 0.25% -
HSV(B) 338.53º 0.93% 0.46% -
XYZ 7.94 4.16 3.07 -
YUV 45.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 117 8 47 0 0.93 0.60 0.54 338.53 0.87 0.25
Hex 75 8 2F 0 5D 3C 36 153 57 19
Octal 165 10 57 0 135 74 66 523 127 31
Binary 1110101 1000 101111 0 1011101 111100 110110 101010011 1010111 11001

Color Harmonies of #75082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75082F

Black with #75082F

Text Example


Text Example

White with #75082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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