Html Css Color HEX #75000C Burgundy

📋 copy color: '#75000C'

red 117 ◦ green 0 ◦ blue 12

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

Shades of Burgundy #75000C

Tints of Burgundy #75000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 90.7%
G = 0%
B = 9.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75000C (or 0x75000C) is known color: Burgundy. HEX triplet: 75, 00 and 0C. RGB value is (117,0,12). Sum of RGB (Red+Green+Blue) = 117+0+12=129 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90.70% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 117 - color contains mainly: red. Hex color #75000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75000C is #8AFFF3. Grayscale: #242424. Windows color (decimal): -9109492 or 786549. OLE color: 786549.

HSL color Cylindrical-coordinate representation of color #75000C: hue angle of 353.85º 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 #75000C is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 12 -
CMYK 0 1 0.90 0.54
HSL 353.85º 1% 0.23% -
HSV(B) 353.85º 1% 0.46% -
XYZ 7.4 3.81 0.69 -
YUV 36.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 117 0 12 0 1 0.90 0.54 353.85 1 0.23
Hex 75 0 C 0 64 5A 36 162 64 17
Octal 165 0 14 0 144 132 66 542 144 27
Binary 1110101 0 1100 0 1100100 1011010 110110 101100010 1100100 10111

Color Harmonies of #75000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75000C

Black with #75000C

Text Example


Text Example

White with #75000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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