Html Css Color HEX #830B06 Maroon

📋 copy color: '#830B06'

red 131 ◦ green 11 ◦ blue 6

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

Shades of Maroon #830B06

Tints of Maroon #830B06

RGB

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

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

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

R = 88.51%
G = 7.43%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830B06 (or 0x830B06) is known color: Maroon. HEX triplet: 83, 0B and 06. RGB value is (131,11,6). Sum of RGB (Red+Green+Blue) = 131+11+6=148 (19% of max value = 765). Red value is 131 (51.56% from 255 or 88.51% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 131 - color contains mainly: red. Hex color #830B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830B06 is #7CF4F9. Grayscale: #2E2E2E. Windows color (decimal): -8189178 or 396163. OLE color: 396163.

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

Color convert

RGB 131 11 6 -
CMYK 0 0.92 0.95 0.49
HSL 2.4º 0.91% 0.27% -
HSV(B) 2.4º 0.95% 0.51% -
XYZ 9.51 5.08 0.65 -
YUV 46.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 131 11 6 0 0.92 0.95 0.49 2.4 0.91 0.27
Hex 83 B 6 0 5C 5F 31 2 5B 1B
Octal 203 13 6 0 134 137 61 2 133 33
Binary 10000011 1011 110 0 1011100 1011111 110001 10 1011011 11011

Color Harmonies of #830B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830B06

Black with #830B06

Text Example


Text Example

White with #830B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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