Html Css Color HEX #830B00 Maroon

📋 copy color: '#830B00'

red 131 ◦ green 11 ◦ blue 0

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

Shades of Maroon #830B00

Tints of Maroon #830B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.25%
G = 7.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#830B00 (or 0x830B00) is known color: Maroon. HEX triplet: 83, 0B and 00. RGB value is (131,11,0). Sum of RGB (Red+Green+Blue) = 131+11+0=142 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.25% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 131 - color contains mainly: red. Hex color #830B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830B00 is #7CF4FF. Grayscale: #2D2D2D. Windows color (decimal): -8189184 or 2947. OLE color: 2947.

HSL color Cylindrical-coordinate representation of color #830B00: hue angle of 5.04º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830B00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 11 0 -
CMYK 0 0.92 1 0.49
HSL 5.04º 1% 0.26% -
HSV(B) 5.04º 1% 0.51% -
XYZ 9.48 5.06 0.48 -
YUV 45.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 131 11 0 0 0.92 1 0.49 5.04 1 0.26
Hex 83 B 0 0 5C 64 31 5 64 1A
Octal 203 13 0 0 134 144 61 5 144 32
Binary 10000011 1011 0 0 1011100 1100100 110001 101 1100100 11010

Color Harmonies of #830B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830B00

Black with #830B00

Text Example


Text Example

White with #830B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,11,0); }

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

background-color css

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

 a { background-color: rgb(131,11,0); }

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

border-color css

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

 span { border-color: rgb(131,11,0); }

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