Html Css Color HEX #830701 Maroon

📋 copy color: '#830701'

red 131 ◦ green 7 ◦ blue 1

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

Shades of Maroon #830701

Tints of Maroon #830701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 94.24%
G = 5.04%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#830701 (or 0x830701) is known color: Maroon. HEX triplet: 83, 07 and 01. RGB value is (131,7,1). Sum of RGB (Red+Green+Blue) = 131+7+1=139 (18% of max value = 765). Red value is 131 (51.56% from 255 or 94.24% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 131 - color contains mainly: red. Hex color #830701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830701 is #7CF8FE. Grayscale: #2B2B2B. Windows color (decimal): -8190207 or 67459. OLE color: 67459.

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

Color convert

RGB 131 7 1 -
CMYK 0 0.95 0.99 0.49
HSL 2.77º 0.98% 0.26% -
HSV(B) 2.77º 0.99% 0.51% -
XYZ 9.44 4.98 0.49 -
YUV 43.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 131 7 1 0 0.95 0.99 0.49 2.77 0.98 0.26
Hex 83 7 1 0 5F 63 31 3 62 1A
Octal 203 7 1 0 137 143 61 3 142 32
Binary 10000011 111 1 0 1011111 1100011 110001 11 1100010 11010

Color Harmonies of #830701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830701

Black with #830701

Text Example


Text Example

White with #830701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830701; }

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

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

background-color css

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

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

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

border-color css

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

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

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