Html Css Color HEX #830625 Burgundy

📋 copy color: '#830625'

red 131 ◦ green 6 ◦ blue 37

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

Shades of Burgundy #830625

Tints of Burgundy #830625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 75.29%
G = 3.45%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#830625 (or 0x830625) is known color: Burgundy. HEX triplet: 83, 06 and 25. RGB value is (131,6,37). Sum of RGB (Red+Green+Blue) = 131+6+37=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #830625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830625 is #7CF9DA. Grayscale: #2E2E2E. Windows color (decimal): -8190427 or 2426499. OLE color: 2426499.

HSL color Cylindrical-coordinate representation of color #830625: hue angle of 345.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830625 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 37 -
CMYK 0 0.95 0.72 0.49
HSL 345.12º 0.91% 0.27% -
HSV(B) 345.12º 0.95% 0.51% -
XYZ 9.76 5.09 2.22 -
YUV 46.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 131 6 37 0 0.95 0.72 0.49 345.12 0.91 0.27
Hex 83 6 25 0 5F 48 31 159 5B 1B
Octal 203 6 45 0 137 110 61 531 133 33
Binary 10000011 110 100101 0 1011111 1001000 110001 101011001 1011011 11011

Color Harmonies of #830625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830625

Black with #830625

Text Example


Text Example

White with #830625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830625; }

 p { color: rgb(131,6,37); }

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

background-color css

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

 a { background-color: rgb(131,6,37); }

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

border-color css

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

 span { border-color: rgb(131,6,37); }

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