Html Css Color HEX #830506 Sangria

📋 copy color: '#830506'

red 131 ◦ green 5 ◦ blue 6

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

Shades of Sangria #830506

Tints of Sangria #830506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 92.25%
G = 3.52%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830506 (or 0x830506) is known color: Sangria. HEX triplet: 83, 05 and 06. RGB value is (131,5,6). Sum of RGB (Red+Green+Blue) = 131+5+6=142 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.25% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 131 - color contains mainly: red. Hex color #830506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830506 is #7CFAF9. Grayscale: #2A2A2A. Windows color (decimal): -8190714 or 394627. OLE color: 394627.

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

Color convert

RGB 131 5 6 -
CMYK 0 0.96 0.95 0.49
HSL 359.52º 0.93% 0.27% -
HSV(B) 359.52º 0.96% 0.51% -
XYZ 9.45 4.95 0.63 -
YUV 42.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 131 5 6 0 0.96 0.95 0.49 359.52 0.93 0.27
Hex 83 5 6 0 60 5F 31 168 5D 1B
Octal 203 5 6 0 140 137 61 550 135 33
Binary 10000011 101 110 0 1100000 1011111 110001 101101000 1011101 11011

Color Harmonies of #830506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830506

Black with #830506

Text Example


Text Example

White with #830506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830506; }

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

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

background-color css

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

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

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

border-color css

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

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

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