Html Css Color HEX #75000A Burgundy

📋 copy color: '#75000A'

red 117 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #75000A

Tints of Burgundy #75000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 92.13%
G = 0%
B = 7.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75000A (or 0x75000A) is known color: Burgundy. HEX triplet: 75, 00 and 0A. RGB value is (117,0,10). Sum of RGB (Red+Green+Blue) = 117+0+10=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #75000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75000A is #8AFFF5. Grayscale: #242424. Windows color (decimal): -9109494 or 655477. OLE color: 655477.

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

Color convert

RGB 117 0 10 -
CMYK 0 1 0.91 0.54
HSL 354.87º 1% 0.23% -
HSV(B) 354.87º 1% 0.46% -
XYZ 7.39 3.8 0.63 -
YUV 36.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 117 0 10 0 1 0.91 0.54 354.87 1 0.23
Hex 75 0 A 0 64 5B 36 163 64 17
Octal 165 0 12 0 144 133 66 543 144 27
Binary 1110101 0 1010 0 1100100 1011011 110110 101100011 1100100 10111

Color Harmonies of #75000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75000A

Black with #75000A

Text Example


Text Example

White with #75000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,0,10); }

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

background-color css

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

 a { background-color: rgb(117,0,10); }

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

border-color css

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

 span { border-color: rgb(117,0,10); }

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