Html Css Color HEX #830806 Maroon

📋 copy color: '#830806'

red 131 ◦ green 8 ◦ blue 6

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

Shades of Maroon #830806

Tints of Maroon #830806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

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

R = 90.34%
G = 5.52%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830806 (or 0x830806) is known color: Maroon. HEX triplet: 83, 08 and 06. RGB value is (131,8,6). Sum of RGB (Red+Green+Blue) = 131+8+6=145 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.34% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 131 - color contains mainly: red. Hex color #830806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830806 is #7CF7F9. Grayscale: #2C2C2C. Windows color (decimal): -8189946 or 395395. OLE color: 395395.

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

Color convert

RGB 131 8 6 -
CMYK 0 0.94 0.95 0.49
HSL 0.96º 0.91% 0.27% -
HSV(B) 0.96º 0.95% 0.51% -
XYZ 9.48 5.01 0.64 -
YUV 44.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 131 8 6 0 0.94 0.95 0.49 0.96 0.91 0.27
Hex 83 8 6 0 5E 5F 31 1 5B 1B
Octal 203 10 6 0 136 137 61 1 133 33
Binary 10000011 1000 110 0 1011110 1011111 110001 1 1011011 11011

Color Harmonies of #830806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830806

Black with #830806

Text Example


Text Example

White with #830806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830806; }

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

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

background-color css

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

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

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

border-color css

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

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

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