Html Css Color HEX #830905 Maroon

📋 copy color: '#830905'

red 131 ◦ green 9 ◦ blue 5

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

Shades of Maroon #830905

Tints of Maroon #830905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 90.34%
G = 6.21%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#830905 (or 0x830905) is known color: Maroon. HEX triplet: 83, 09 and 05. RGB value is (131,9,5). Sum of RGB (Red+Green+Blue) = 131+9+5=145 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.34% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 131 - color contains mainly: red. Hex color #830905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830905 is #7CF6FA. Grayscale: #2D2D2D. Windows color (decimal): -8189691 or 330115. OLE color: 330115.

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

Color convert

RGB 131 9 5 -
CMYK 0 0.93 0.96 0.49
HSL 1.9º 0.93% 0.27% -
HSV(B) 1.9º 0.96% 0.51% -
XYZ 9.49 5.03 0.61 -
YUV 45.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 131 9 5 0 0.93 0.96 0.49 1.9 0.93 0.27
Hex 83 9 5 0 5D 60 31 2 5D 1B
Octal 203 11 5 0 135 140 61 2 135 33
Binary 10000011 1001 101 0 1011101 1100000 110001 10 1011101 11011

Color Harmonies of #830905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830905

Black with #830905

Text Example


Text Example

White with #830905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830905; }

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

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

background-color css

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

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

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

border-color css

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

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

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