Html Css Color HEX #75050D Burgundy

📋 copy color: '#75050D'

red 117 ◦ green 5 ◦ blue 13

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

Shades of Burgundy #75050D

Tints of Burgundy #75050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

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

R = 86.67%
G = 3.7%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75050D (or 0x75050D) is known color: Burgundy. HEX triplet: 75, 05 and 0D. RGB value is (117,5,13). Sum of RGB (Red+Green+Blue) = 117+5+13=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #75050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75050D is #8AFAF2. Grayscale: #272727. Windows color (decimal): -9108211 or 853365. OLE color: 853365.

HSL color Cylindrical-coordinate representation of color #75050D: hue angle of 355.71º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75050D is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 13 -
CMYK 0 0.96 0.89 0.54
HSL 355.71º 0.92% 0.24% -
HSV(B) 355.71º 0.96% 0.46% -
XYZ 7.46 3.92 0.74 -
YUV 39.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 117 5 13 0 0.96 0.89 0.54 355.71 0.92 0.24
Hex 75 5 D 0 60 59 36 164 5C 18
Octal 165 5 15 0 140 131 66 544 134 30
Binary 1110101 101 1101 0 1100000 1011001 110110 101100100 1011100 11000

Color Harmonies of #75050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75050D

Black with #75050D

Text Example


Text Example

White with #75050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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