Html Css Color HEX #830C01 Maroon

📋 copy color: '#830C01'

red 131 ◦ green 12 ◦ blue 1

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

Shades of Maroon #830C01

Tints of Maroon #830C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.33%

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

R = 90.97%
G = 8.33%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#830C01 (or 0x830C01) is known color: Maroon. HEX triplet: 83, 0C and 01. RGB value is (131,12,1). Sum of RGB (Red+Green+Blue) = 131+12+1=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #830C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830C01 is #7CF3FE. Grayscale: #2E2E2E. Windows color (decimal): -8188927 or 68739. OLE color: 68739.

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

Color convert

RGB 131 12 1 -
CMYK 0 0.91 0.99 0.49
HSL 5.08º 0.98% 0.26% -
HSV(B) 5.08º 0.99% 0.51% -
XYZ 9.5 5.09 0.51 -
YUV 46.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 131 12 1 0 0.91 0.99 0.49 5.08 0.98 0.26
Hex 83 C 1 0 5B 63 31 5 62 1A
Octal 203 14 1 0 133 143 61 5 142 32
Binary 10000011 1100 1 0 1011011 1100011 110001 101 1100010 11010

Color Harmonies of #830C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830C01

Black with #830C01

Text Example


Text Example

White with #830C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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