Html Css Color HEX #830E06 Maroon

📋 copy color: '#830E06'

red 131 ◦ green 14 ◦ blue 6

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

Shades of Maroon #830E06

Tints of Maroon #830E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.97%

R = 86.75%
G = 9.27%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830E06 (or 0x830E06) is known color: Maroon. HEX triplet: 83, 0E and 06. RGB value is (131,14,6). Sum of RGB (Red+Green+Blue) = 131+14+6=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #830E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830E06 is #7CF1F9. Grayscale: #303030. Windows color (decimal): -8188410 or 396931. OLE color: 396931.

HSL color Cylindrical-coordinate representation of color #830E06: hue angle of 3.84º 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 #830E06 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 14 6 -
CMYK 0 0.89 0.95 0.49
HSL 3.84º 0.91% 0.27% -
HSV(B) 3.84º 0.95% 0.51% -
XYZ 9.55 5.15 0.66 -
YUV 48.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 131 14 6 0 0.89 0.95 0.49 3.84 0.91 0.27
Hex 83 E 6 0 59 5F 31 4 5B 1B
Octal 203 16 6 0 131 137 61 4 133 33
Binary 10000011 1110 110 0 1011001 1011111 110001 100 1011011 11011

Color Harmonies of #830E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E06

Black with #830E06

Text Example


Text Example

White with #830E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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