Html Css Color HEX #75060D Burgundy

📋 copy color: '#75060D'

red 117 ◦ green 6 ◦ blue 13

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

Shades of Burgundy #75060D

Tints of Burgundy #75060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

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

R = 86.03%
G = 4.41%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75060D (or 0x75060D) is known color: Burgundy. HEX triplet: 75, 06 and 0D. RGB value is (117,6,13). Sum of RGB (Red+Green+Blue) = 117+6+13=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #75060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75060D is #8AF9F2. Grayscale: #282828. Windows color (decimal): -9107955 or 853621. OLE color: 853621.

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

Color convert

RGB 117 6 13 -
CMYK 0 0.95 0.89 0.54
HSL 356.22º 0.9% 0.24% -
HSV(B) 356.22º 0.95% 0.46% -
XYZ 7.47 3.94 0.75 -
YUV 39.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 117 6 13 0 0.95 0.89 0.54 356.22 0.9 0.24
Hex 75 6 D 0 5F 59 36 164 5A 18
Octal 165 6 15 0 137 131 66 544 132 30
Binary 1110101 110 1101 0 1011111 1011001 110110 101100100 1011010 11000

Color Harmonies of #75060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75060D

Black with #75060D

Text Example


Text Example

White with #75060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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