Html Css Color HEX #75020D Burgundy

📋 copy color: '#75020D'

red 117 ◦ green 2 ◦ blue 13

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

Shades of Burgundy #75020D

Tints of Burgundy #75020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 88.64%
G = 1.52%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75020D (or 0x75020D) is known color: Burgundy. HEX triplet: 75, 02 and 0D. RGB value is (117,2,13). Sum of RGB (Red+Green+Blue) = 117+2+13=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #75020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75020D is #8AFDF2. Grayscale: #252525. Windows color (decimal): -9108979 or 852597. OLE color: 852597.

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

Color convert

RGB 117 2 13 -
CMYK 0 0.98 0.89 0.54
HSL 354.26º 0.97% 0.23% -
HSV(B) 354.26º 0.98% 0.46% -
XYZ 7.43 3.85 0.73 -
YUV 37.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 117 2 13 0 0.98 0.89 0.54 354.26 0.97 0.23
Hex 75 2 D 0 62 59 36 162 61 17
Octal 165 2 15 0 142 131 66 542 141 27
Binary 1110101 10 1101 0 1100010 1011001 110110 101100010 1100001 10111

Color Harmonies of #75020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75020D

Black with #75020D

Text Example


Text Example

White with #75020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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