Html Css Color HEX #830E05 Maroon

📋 copy color: '#830E05'

red 131 ◦ green 14 ◦ blue 5

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

Shades of Maroon #830E05

Tints of Maroon #830E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 87.33%
G = 9.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#830E05 (or 0x830E05) is known color: Maroon. HEX triplet: 83, 0E and 05. RGB value is (131,14,5). Sum of RGB (Red+Green+Blue) = 131+14+5=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #830E05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830E05 is #7CF1FA. Grayscale: #303030. Windows color (decimal): -8188411 or 331395. OLE color: 331395.

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

Color convert

RGB 131 14 5 -
CMYK 0 0.89 0.96 0.49
HSL 4.29º 0.93% 0.27% -
HSV(B) 4.29º 0.96% 0.51% -
XYZ 9.54 5.15 0.63 -
YUV 47.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 131 14 5 0 0.89 0.96 0.49 4.29 0.93 0.27
Hex 83 E 5 0 59 60 31 4 5D 1B
Octal 203 16 5 0 131 140 61 4 135 33
Binary 10000011 1110 101 0 1011001 1100000 110001 100 1011101 11011

Color Harmonies of #830E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E05

Black with #830E05

Text Example


Text Example

White with #830E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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