Html Css Color HEX #75051A Burgundy

📋 copy color: '#75051A'

red 117 ◦ green 5 ◦ blue 26

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

Shades of Burgundy #75051A

Tints of Burgundy #75051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

 BLUE value IS 26 (10.55% from 255) = 17.57%

R = 79.05%
G = 3.38%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75051A (or 0x75051A) is known color: Burgundy. HEX triplet: 75, 05 and 1A. RGB value is (117,5,26). Sum of RGB (Red+Green+Blue) = 117+5+26=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #75051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75051A is #8AFAE5. Grayscale: #282828. Windows color (decimal): -9108198 or 1705333. OLE color: 1705333.

HSL color Cylindrical-coordinate representation of color #75051A: hue angle of 348.75º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75051A is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 26 -
CMYK 0 0.96 0.78 0.54
HSL 348.75º 0.92% 0.24% -
HSV(B) 348.75º 0.96% 0.46% -
XYZ 7.58 3.97 1.34 -
YUV 40.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 117 5 26 0 0.96 0.78 0.54 348.75 0.92 0.24
Hex 75 5 1A 0 60 4E 36 15D 5C 18
Octal 165 5 32 0 140 116 66 535 134 30
Binary 1110101 101 11010 0 1100000 1001110 110110 101011101 1011100 11000

Color Harmonies of #75051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75051A

Black with #75051A

Text Example


Text Example

White with #75051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,5,26); }

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

background-color css

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

 a { background-color: rgb(117,5,26); }

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

border-color css

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

 span { border-color: rgb(117,5,26); }

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