Html Css Color HEX #710024 Burgundy

📋 copy color: '#710024'

red 113 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #710024

Tints of Burgundy #710024

RGB

 RED value IS 113 (44.53% from 255) = 75.84%

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

 BLUE value IS 36 (14.45% from 255) = 24.16%

R = 75.84%
G = 0%
B = 24.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#710024 (or 0x710024) is known color: Burgundy. HEX triplet: 71, 00 and 24. RGB value is (113,0,36). Sum of RGB (Red+Green+Blue) = 113+0+36=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710024 is #8EFFDB. Grayscale: #252525. Windows color (decimal): -9371612 or 2359409. OLE color: 2359409.

HSL color Cylindrical-coordinate representation of color #710024: hue angle of 340.88º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710024 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 36 -
CMYK 0 1 0.68 0.56
HSL 340.88º 1% 0.22% -
HSV(B) 340.88º 1% 0.44% -
XYZ 7.13 3.64 2 -
YUV 37.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 113 0 36 0 1 0.68 0.56 340.88 1 0.22
Hex 71 0 24 0 64 44 38 155 64 16
Octal 161 0 44 0 144 104 70 525 144 26
Binary 1110001 0 100100 0 1100100 1000100 111000 101010101 1100100 10110

Color Harmonies of #710024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710024

Black with #710024

Text Example


Text Example

White with #710024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710024; }

 p { color: rgb(113,0,36); }

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

background-color css

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

 a { background-color: rgb(113,0,36); }

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

border-color css

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

 span { border-color: rgb(113,0,36); }

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