Html Css Color HEX #830E02 Maroon

📋 copy color: '#830E02'

red 131 ◦ green 14 ◦ blue 2

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

Shades of Maroon #830E02

Tints of Maroon #830E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.52%

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 89.12%
G = 9.52%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#830E02 (or 0x830E02) is known color: Maroon. HEX triplet: 83, 0E and 02. RGB value is (131,14,2). Sum of RGB (Red+Green+Blue) = 131+14+2=147 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.12% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 131 - color contains mainly: red. Hex color #830E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830E02 is #7CF1FD. Grayscale: #2F2F2F. Windows color (decimal): -8188414 or 134787. OLE color: 134787.

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

Color convert

RGB 131 14 2 -
CMYK 0 0.89 0.98 0.49
HSL 5.58º 0.97% 0.26% -
HSV(B) 5.58º 0.98% 0.51% -
XYZ 9.53 5.14 0.55 -
YUV 47.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 131 14 2 0 0.89 0.98 0.49 5.58 0.97 0.26
Hex 83 E 2 0 59 62 31 6 61 1A
Octal 203 16 2 0 131 142 61 6 141 32
Binary 10000011 1110 10 0 1011001 1100010 110001 110 1100001 11010

Color Harmonies of #830E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E02

Black with #830E02

Text Example


Text Example

White with #830E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,14,2); }

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

background-color css

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

 a { background-color: rgb(131,14,2); }

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

border-color css

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

 span { border-color: rgb(131,14,2); }

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