Html Css Color HEX #75012E Burgundy

📋 copy color: '#75012E'

red 117 ◦ green 1 ◦ blue 46

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

Shades of Burgundy #75012E

Tints of Burgundy #75012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 71.34%
G = 0.61%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75012E (or 0x75012E) is known color: Burgundy. HEX triplet: 75, 01 and 2E. RGB value is (117,1,46). Sum of RGB (Red+Green+Blue) = 117+1+46=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75012E is #8AFED1. Grayscale: #282828. Windows color (decimal): -9109202 or 3015029. OLE color: 3015029.

HSL color Cylindrical-coordinate representation of color #75012E: hue angle of 336.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75012E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 46 -
CMYK 0 0.99 0.61 0.54
HSL 336.72º 0.98% 0.23% -
HSV(B) 336.72º 0.99% 0.46% -
XYZ 7.84 4 2.94 -
YUV 40.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 117 1 46 0 0.99 0.61 0.54 336.72 0.98 0.23
Hex 75 1 2E 0 63 3D 36 151 62 17
Octal 165 1 56 0 143 75 66 521 142 27
Binary 1110101 1 101110 0 1100011 111101 110110 101010001 1100010 10111

Color Harmonies of #75012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75012E

Black with #75012E

Text Example


Text Example

White with #75012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75012E; }

 p { color: rgb(117,1,46); }

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

background-color css

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

 a { background-color: rgb(117,1,46); }

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

border-color css

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

 span { border-color: rgb(117,1,46); }

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