Html Css Color HEX #830610 Sangria

📋 copy color: '#830610'

red 131 ◦ green 6 ◦ blue 16

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

Shades of Sangria #830610

Tints of Sangria #830610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 85.62%
G = 3.92%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#830610 (or 0x830610) is known color: Sangria. HEX triplet: 83, 06 and 10. RGB value is (131,6,16). Sum of RGB (Red+Green+Blue) = 131+6+16=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #830610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830610 is #7CF9EF. Grayscale: #2C2C2C. Windows color (decimal): -8190448 or 1050243. OLE color: 1050243.

HSL color Cylindrical-coordinate representation of color #830610: hue angle of 355.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830610 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 16 -
CMYK 0 0.95 0.88 0.49
HSL 355.2º 0.91% 0.27% -
HSV(B) 355.2º 0.95% 0.51% -
XYZ 9.52 4.99 0.95 -
YUV 44.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 131 6 16 0 0.95 0.88 0.49 355.2 0.91 0.27
Hex 83 6 10 0 5F 58 31 163 5B 1B
Octal 203 6 20 0 137 130 61 543 133 33
Binary 10000011 110 10000 0 1011111 1011000 110001 101100011 1011011 11011

Color Harmonies of #830610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830610

Black with #830610

Text Example


Text Example

White with #830610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830610; }

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

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

background-color css

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

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

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

border-color css

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

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

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