Html Css Color HEX #830406 Sangria

📋 copy color: '#830406'

red 131 ◦ green 4 ◦ blue 6

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

Shades of Sangria #830406

Tints of Sangria #830406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 92.91%
G = 2.84%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830406 (or 0x830406) is known color: Sangria. HEX triplet: 83, 04 and 06. RGB value is (131,4,6). Sum of RGB (Red+Green+Blue) = 131+4+6=141 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.91% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 131 - color contains mainly: red. Hex color #830406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830406 is #7CFBF9. Grayscale: #2A2A2A. Windows color (decimal): -8190970 or 394371. OLE color: 394371.

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

Color convert

RGB 131 4 6 -
CMYK 0 0.97 0.95 0.49
HSL 359.06º 0.94% 0.26% -
HSV(B) 359.06º 0.97% 0.51% -
XYZ 9.44 4.93 0.63 -
YUV 42.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 131 4 6 0 0.97 0.95 0.49 359.06 0.94 0.26
Hex 83 4 6 0 61 5F 31 167 5E 1A
Octal 203 4 6 0 141 137 61 547 136 32
Binary 10000011 100 110 0 1100001 1011111 110001 101100111 1011110 11010

Color Harmonies of #830406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830406

Black with #830406

Text Example


Text Example

White with #830406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830406; }

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

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

background-color css

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

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

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

border-color css

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

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

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