Html Css Color HEX #700623 Burgundy

📋 copy color: '#700623'

red 112 ◦ green 6 ◦ blue 35

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

Shades of Burgundy #700623

Tints of Burgundy #700623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 73.2%
G = 3.92%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#700623 (or 0x700623) is known color: Burgundy. HEX triplet: 70, 06 and 23. RGB value is (112,6,35). Sum of RGB (Red+Green+Blue) = 112+6+35=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700623 is #8FF9DC. Grayscale: #282828. Windows color (decimal): -9435613 or 2295408. OLE color: 2295408.

HSL color Cylindrical-coordinate representation of color #700623: hue angle of 343.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700623 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 35 -
CMYK 0 0.95 0.69 0.56
HSL 343.58º 0.9% 0.23% -
HSV(B) 343.58º 0.95% 0.44% -
XYZ 7.05 3.7 1.93 -
YUV 41 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 112 6 35 0 0.95 0.69 0.56 343.58 0.9 0.23
Hex 70 6 23 0 5F 45 38 158 5A 17
Octal 160 6 43 0 137 105 70 530 132 27
Binary 1110000 110 100011 0 1011111 1000101 111000 101011000 1011010 10111

Color Harmonies of #700623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700623

Black with #700623

Text Example


Text Example

White with #700623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700623; }

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

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

background-color css

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

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

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

border-color css

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

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

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