Html Css Color HEX #830E09 Maroon

📋 copy color: '#830E09'

red 131 ◦ green 14 ◦ blue 9

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

Shades of Maroon #830E09

Tints of Maroon #830E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 9 (3.91% from 255) = 5.84%

R = 85.06%
G = 9.09%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#830E09 (or 0x830E09) is known color: Maroon. HEX triplet: 83, 0E and 09. RGB value is (131,14,9). Sum of RGB (Red+Green+Blue) = 131+14+9=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830E09 is #7CF1F6. Grayscale: #303030. Windows color (decimal): -8188407 or 593539. OLE color: 593539.

HSL color Cylindrical-coordinate representation of color #830E09: hue angle of 2.46º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830E09 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 14 9 -
CMYK 0 0.89 0.93 0.49
HSL 2.46º 0.87% 0.27% -
HSV(B) 2.46º 0.93% 0.51% -
XYZ 9.57 5.16 0.75 -
YUV 48.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 131 14 9 0 0.89 0.93 0.49 2.46 0.87 0.27
Hex 83 E 9 0 59 5D 31 2 57 1B
Octal 203 16 11 0 131 135 61 2 127 33
Binary 10000011 1110 1001 0 1011001 1011101 110001 10 1010111 11011

Color Harmonies of #830E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E09

Black with #830E09

Text Example


Text Example

White with #830E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830E09; }

 p { color: rgb(131,14,9); }

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

background-color css

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

 a { background-color: rgb(131,14,9); }

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

border-color css

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

 span { border-color: rgb(131,14,9); }

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