Html Css Color HEX #710023 Burgundy

📋 copy color: '#710023'

red 113 ◦ green 0 ◦ blue 35

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

Shades of Burgundy #710023

Tints of Burgundy #710023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.65%

R = 76.35%
G = 0%
B = 23.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#710023 (or 0x710023) is known color: Burgundy. HEX triplet: 71, 00 and 23. RGB value is (113,0,35). Sum of RGB (Red+Green+Blue) = 113+0+35=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #710023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710023 is #8EFFDC. Grayscale: #252525. Windows color (decimal): -9371613 or 2293873. OLE color: 2293873.

HSL color Cylindrical-coordinate representation of color #710023: hue angle of 341.42º 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 #710023 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 35 -
CMYK 0 1 0.69 0.56
HSL 341.42º 1% 0.22% -
HSV(B) 341.42º 1% 0.44% -
XYZ 7.11 3.63 1.92 -
YUV 37.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 113 0 35 0 1 0.69 0.56 341.42 1 0.22
Hex 71 0 23 0 64 45 38 155 64 16
Octal 161 0 43 0 144 105 70 525 144 26
Binary 1110001 0 100011 0 1100100 1000101 111000 101010101 1100100 10110

Color Harmonies of #710023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710023

Black with #710023

Text Example


Text Example

White with #710023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710023; }

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

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

background-color css

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

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

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

border-color css

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

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

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