Html Css Color HEX #830D0A Maroon

📋 copy color: '#830D0A'

red 131 ◦ green 13 ◦ blue 10

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

Shades of Maroon #830D0A

Tints of Maroon #830D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.44%

 BLUE value IS 10 (4.3% from 255) = 6.49%

R = 85.06%
G = 8.44%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#830D0A (or 0x830D0A) is known color: Maroon. HEX triplet: 83, 0D and 0A. RGB value is (131,13,10). Sum of RGB (Red+Green+Blue) = 131+13+10=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830D0A is #7CF2F5. Grayscale: #303030. Windows color (decimal): -8188662 or 658819. OLE color: 658819.

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

Color convert

RGB 131 13 10 -
CMYK 0 0.90 0.92 0.49
HSL 1.49º 0.86% 0.28% -
HSV(B) 1.49º 0.92% 0.51% -
XYZ 9.56 5.14 0.77 -
YUV 47.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 131 13 10 0 0.90 0.92 0.49 1.49 0.86 0.28
Hex 83 D A 0 5A 5C 31 1 56 1C
Octal 203 15 12 0 132 134 61 1 126 34
Binary 10000011 1101 1010 0 1011010 1011100 110001 1 1010110 11100

Color Harmonies of #830D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830D0A

Black with #830D0A

Text Example


Text Example

White with #830D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,10); }

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

background-color css

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

 a { background-color: rgb(131,13,10); }

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

border-color css

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

 span { border-color: rgb(131,13,10); }

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