Html Css Color HEX #750015 Burgundy

📋 copy color: '#750015'

red 117 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #750015

Tints of Burgundy #750015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.22%

R = 84.78%
G = 0%
B = 15.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#750015 (or 0x750015) is known color: Burgundy. HEX triplet: 75, 00 and 15. RGB value is (117,0,21). Sum of RGB (Red+Green+Blue) = 117+0+21=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #750015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750015 is #8AFFEA. Grayscale: #252525. Windows color (decimal): -9109483 or 1376373. OLE color: 1376373.

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

Color convert

RGB 117 0 21 -
CMYK 0 1 0.82 0.54
HSL 349.23º 1% 0.23% -
HSV(B) 349.23º 1% 0.46% -
XYZ 7.47 3.84 1.06 -
YUV 37.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 117 0 21 0 1 0.82 0.54 349.23 1 0.23
Hex 75 0 15 0 64 52 36 15D 64 17
Octal 165 0 25 0 144 122 66 535 144 27
Binary 1110101 0 10101 0 1100100 1010010 110110 101011101 1100100 10111

Color Harmonies of #750015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750015

Black with #750015

Text Example


Text Example

White with #750015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750015; }

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

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

background-color css

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

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

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

border-color css

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

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

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