Html Css Color HEX #75092A Burgundy

📋 copy color: '#75092A'

red 117 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #75092A

Tints of Burgundy #75092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 42 (16.8% from 255) = 25%

R = 69.64%
G = 5.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75092A (or 0x75092A) is known color: Burgundy. HEX triplet: 75, 09 and 2A. RGB value is (117,9,42). Sum of RGB (Red+Green+Blue) = 117+9+42=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75092A is #8AF6D5. Grayscale: #2D2D2D. Windows color (decimal): -9107158 or 2754933. OLE color: 2754933.

HSL color Cylindrical-coordinate representation of color #75092A: hue angle of 341.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75092A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 42 -
CMYK 0 0.92 0.64 0.54
HSL 341.67º 0.86% 0.25% -
HSV(B) 341.67º 0.92% 0.46% -
XYZ 7.85 4.14 2.58 -
YUV 45.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 117 9 42 0 0.92 0.64 0.54 341.67 0.86 0.25
Hex 75 9 2A 0 5C 40 36 156 56 19
Octal 165 11 52 0 134 100 66 526 126 31
Binary 1110101 1001 101010 0 1011100 1000000 110110 101010110 1010110 11001

Color Harmonies of #75092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75092A

Black with #75092A

Text Example


Text Example

White with #75092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75092A; }

 p { color: rgb(117,9,42); }

 H1.HeaderClassName
 {
   color: #75092A;
 }
 .AnyTagClassName
 {
   color: #75092A;
 }
</style>

background-color css

<style>
 a { background-color: #75092A; }

 a { background-color: rgb(117,9,42); }

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

border-color css

<style>
 span { border-color: #75092A; }

 span { border-color: rgb(117,9,42); }

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