Html Css Color HEX #75082B Burgundy

📋 copy color: '#75082B'

red 117 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #75082B

Tints of Burgundy #75082B

RGB

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

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

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

R = 69.64%
G = 4.76%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75082B (or 0x75082B) is known color: Burgundy. HEX triplet: 75, 08 and 2B. RGB value is (117,8,43). Sum of RGB (Red+Green+Blue) = 117+8+43=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75082B is #8AF7D4. Grayscale: #2C2C2C. Windows color (decimal): -9107413 or 2820213. OLE color: 2820213.

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

Color convert

RGB 117 8 43 -
CMYK 0 0.93 0.63 0.54
HSL 340.73º 0.87% 0.25% -
HSV(B) 340.73º 0.93% 0.46% -
XYZ 7.86 4.13 2.67 -
YUV 44.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 117 8 43 0 0.93 0.63 0.54 340.73 0.87 0.25
Hex 75 8 2B 0 5D 3F 36 155 57 19
Octal 165 10 53 0 135 77 66 525 127 31
Binary 1110101 1000 101011 0 1011101 111111 110110 101010101 1010111 11001

Color Harmonies of #75082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75082B

Black with #75082B

Text Example


Text Example

White with #75082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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