Html Css Color HEX #75002B Burgundy

📋 copy color: '#75002B'

red 117 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #75002B

Tints of Burgundy #75002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 73.13%
G = 0%
B = 26.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75002B (or 0x75002B) is known color: Burgundy. HEX triplet: 75, 00 and 2B. RGB value is (117,0,43). Sum of RGB (Red+Green+Blue) = 117+0+43=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #75002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75002B is #8AFFD4. Grayscale: #272727. Windows color (decimal): -9109461 or 2818165. OLE color: 2818165.

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

Color convert

RGB 117 0 43 -
CMYK 0 1 0.63 0.54
HSL 337.95º 1% 0.23% -
HSV(B) 337.95º 1% 0.46% -
XYZ 7.77 3.96 2.64 -
YUV 39.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 117 0 43 0 1 0.63 0.54 337.95 1 0.23
Hex 75 0 2B 0 64 3F 36 152 64 17
Octal 165 0 53 0 144 77 66 522 144 27
Binary 1110101 0 101011 0 1100100 111111 110110 101010010 1100100 10111

Color Harmonies of #75002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75002B

Black with #75002B

Text Example


Text Example

White with #75002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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