Html Css Color HEX #830A0C Sangria

📋 copy color: '#830A0C'

red 131 ◦ green 10 ◦ blue 12

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

Shades of Sangria #830A0C

Tints of Sangria #830A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.54%

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 85.62%
G = 6.54%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#830A0C (or 0x830A0C) is known color: Sangria. HEX triplet: 83, 0A and 0C. RGB value is (131,10,12). Sum of RGB (Red+Green+Blue) = 131+10+12=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #830A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830A0C is #7CF5F3. Grayscale: #2E2E2E. Windows color (decimal): -8189428 or 789123. OLE color: 789123.

HSL color Cylindrical-coordinate representation of color #830A0C: hue angle of 359.01º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830A0C is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 10 12 -
CMYK 0 0.92 0.91 0.49
HSL 359.01º 0.86% 0.28% -
HSV(B) 359.01º 0.92% 0.51% -
XYZ 9.53 5.07 0.82 -
YUV 46.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 131 10 12 0 0.92 0.91 0.49 359.01 0.86 0.28
Hex 83 A C 0 5C 5B 31 167 56 1C
Octal 203 12 14 0 134 133 61 547 126 34
Binary 10000011 1010 1100 0 1011100 1011011 110001 101100111 1010110 11100

Color Harmonies of #830A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830A0C

Black with #830A0C

Text Example


Text Example

White with #830A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830A0C; }

 p { color: rgb(131,10,12); }

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

background-color css

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

 a { background-color: rgb(131,10,12); }

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

border-color css

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

 span { border-color: rgb(131,10,12); }

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