Html Css Color HEX #700023 Burgundy

📋 copy color: '#700023'

red 112 ◦ green 0 ◦ blue 35

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

Shades of Burgundy #700023

Tints of Burgundy #700023

RGB

 RED value IS 112 (44.14% from 255) = 76.19%

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

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

R = 76.19%
G = 0%
B = 23.81%

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

#700023 (or 0x700023) is known color: Burgundy. HEX triplet: 70, 00 and 23. RGB value is (112,0,35). Sum of RGB (Red+Green+Blue) = 112+0+35=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #700023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700023 is #8FFFDC. Grayscale: #252525. Windows color (decimal): -9437149 or 2293872. OLE color: 2293872.

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

Color convert

RGB 112 0 35 -
CMYK 0 1 0.69 0.56
HSL 341.25º 1% 0.22% -
HSV(B) 341.25º 1% 0.44% -
XYZ 6.99 3.57 1.91 -
YUV 37.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 112 0 35 0 1 0.69 0.56 341.25 1 0.22
Hex 70 0 23 0 64 45 38 155 64 16
Octal 160 0 43 0 144 105 70 525 144 26
Binary 1110000 0 100011 0 1100100 1000101 111000 101010101 1100100 10110

Color Harmonies of #700023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700023

Black with #700023

Text Example


Text Example

White with #700023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700023; }

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

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

background-color css

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

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

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

border-color css

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

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

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