Html Css Color HEX #830409 Sangria

📋 copy color: '#830409'

red 131 ◦ green 4 ◦ blue 9

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

Shades of Sangria #830409

Tints of Sangria #830409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

 BLUE value IS 9 (3.91% from 255) = 6.25%

R = 90.97%
G = 2.78%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#830409 (or 0x830409) is known color: Sangria. HEX triplet: 83, 04 and 09. RGB value is (131,4,9). Sum of RGB (Red+Green+Blue) = 131+4+9=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #830409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830409 is #7CFBF6. Grayscale: #2A2A2A. Windows color (decimal): -8190967 or 590979. OLE color: 590979.

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

Color convert

RGB 131 4 9 -
CMYK 0 0.97 0.93 0.49
HSL 357.64º 0.94% 0.26% -
HSV(B) 357.64º 0.97% 0.51% -
XYZ 9.45 4.93 0.71 -
YUV 42.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 131 4 9 0 0.97 0.93 0.49 357.64 0.94 0.26
Hex 83 4 9 0 61 5D 31 166 5E 1A
Octal 203 4 11 0 141 135 61 546 136 32
Binary 10000011 100 1001 0 1100001 1011101 110001 101100110 1011110 11010

Color Harmonies of #830409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830409

Black with #830409

Text Example


Text Example

White with #830409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830409; }

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

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

background-color css

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

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

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

border-color css

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

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

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