Html Css Color HEX #75020B Burgundy

📋 copy color: '#75020B'

red 117 ◦ green 2 ◦ blue 11

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

Shades of Burgundy #75020B

Tints of Burgundy #75020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 90%
G = 1.54%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75020B (or 0x75020B) is known color: Burgundy. HEX triplet: 75, 02 and 0B. RGB value is (117,2,11). Sum of RGB (Red+Green+Blue) = 117+2+11=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #75020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75020B is #8AFDF4. Grayscale: #252525. Windows color (decimal): -9108981 or 721525. OLE color: 721525.

HSL color Cylindrical-coordinate representation of color #75020B: hue angle of 355.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 11 -
CMYK 0 0.98 0.91 0.54
HSL 355.3º 0.97% 0.23% -
HSV(B) 355.3º 0.98% 0.46% -
XYZ 7.42 3.85 0.67 -
YUV 37.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 117 2 11 0 0.98 0.91 0.54 355.3 0.97 0.23
Hex 75 2 B 0 62 5B 36 163 61 17
Octal 165 2 13 0 142 133 66 543 141 27
Binary 1110101 10 1011 0 1100010 1011011 110110 101100011 1100001 10111

Color Harmonies of #75020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75020B

Black with #75020B

Text Example


Text Example

White with #75020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,2,11); }

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

background-color css

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

 a { background-color: rgb(117,2,11); }

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

border-color css

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

 span { border-color: rgb(117,2,11); }

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