Html Css Color HEX #830801 Maroon

📋 copy color: '#830801'

red 131 ◦ green 8 ◦ blue 1

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

Shades of Maroon #830801

Tints of Maroon #830801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 93.57%
G = 5.71%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#830801 (or 0x830801) is known color: Maroon. HEX triplet: 83, 08 and 01. RGB value is (131,8,1). Sum of RGB (Red+Green+Blue) = 131+8+1=140 (18% of max value = 765). Red value is 131 (51.56% from 255 or 93.57% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 131 - color contains mainly: red. Hex color #830801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830801 is #7CF7FE. Grayscale: #2C2C2C. Windows color (decimal): -8189951 or 67715. OLE color: 67715.

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

Color convert

RGB 131 8 1 -
CMYK 0 0.94 0.99 0.49
HSL 3.23º 0.98% 0.26% -
HSV(B) 3.23º 0.99% 0.51% -
XYZ 9.45 5 0.5 -
YUV 43.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 131 8 1 0 0.94 0.99 0.49 3.23 0.98 0.26
Hex 83 8 1 0 5E 63 31 3 62 1A
Octal 203 10 1 0 136 143 61 3 142 32
Binary 10000011 1000 1 0 1011110 1100011 110001 11 1100010 11010

Color Harmonies of #830801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830801

Black with #830801

Text Example


Text Example

White with #830801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830801; }

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

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

background-color css

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

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

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

border-color css

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

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

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