Html Css Color HEX #830123 Burgundy

📋 copy color: '#830123'

red 131 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #830123

Tints of Burgundy #830123

RGB

 RED value IS 131 (51.56% from 255) = 78.44%

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 78.44%
G = 0.6%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#830123 (or 0x830123) is known color: Burgundy. HEX triplet: 83, 01 and 23. RGB value is (131,1,35). Sum of RGB (Red+Green+Blue) = 131+1+35=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #830123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830123 is #7CFEDC. Grayscale: #2B2B2B. Windows color (decimal): -8191709 or 2294147. OLE color: 2294147.

HSL color Cylindrical-coordinate representation of color #830123: hue angle of 344.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830123 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 35 -
CMYK 0 0.99 0.73 0.49
HSL 344.31º 0.98% 0.26% -
HSV(B) 344.31º 0.99% 0.51% -
XYZ 9.67 4.97 2.04 -
YUV 43.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 131 1 35 0 0.99 0.73 0.49 344.31 0.98 0.26
Hex 83 1 23 0 63 49 31 158 62 1A
Octal 203 1 43 0 143 111 61 530 142 32
Binary 10000011 1 100011 0 1100011 1001001 110001 101011000 1100010 11010

Color Harmonies of #830123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830123

Black with #830123

Text Example


Text Example

White with #830123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830123; }

 p { color: rgb(131,1,35); }

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

background-color css

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

 a { background-color: rgb(131,1,35); }

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

border-color css

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

 span { border-color: rgb(131,1,35); }

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