Html Css Color HEX #75061B Burgundy

📋 copy color: '#75061B'

red 117 ◦ green 6 ◦ blue 27

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

Shades of Burgundy #75061B

Tints of Burgundy #75061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18%

R = 78%
G = 4%
B = 18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75061B (or 0x75061B) is known color: Burgundy. HEX triplet: 75, 06 and 1B. RGB value is (117,6,27). Sum of RGB (Red+Green+Blue) = 117+6+27=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #75061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75061B is #8AF9E4. Grayscale: #292929. Windows color (decimal): -9107941 or 1771125. OLE color: 1771125.

HSL color Cylindrical-coordinate representation of color #75061B: hue angle of 348.65º 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 #75061B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 27 -
CMYK 0 0.95 0.77 0.54
HSL 348.65º 0.9% 0.24% -
HSV(B) 348.65º 0.95% 0.46% -
XYZ 7.6 3.99 1.41 -
YUV 41.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 117 6 27 0 0.95 0.77 0.54 348.65 0.9 0.24
Hex 75 6 1B 0 5F 4D 36 15D 5A 18
Octal 165 6 33 0 137 115 66 535 132 30
Binary 1110101 110 11011 0 1011111 1001101 110110 101011101 1011010 11000

Color Harmonies of #75061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75061B

Black with #75061B

Text Example


Text Example

White with #75061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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