Html Css Color HEX #970C0D Sangria

📋 copy color: '#970C0D'

red 151 ◦ green 12 ◦ blue 13

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

Shades of Sangria #970C0D

Tints of Sangria #970C0D

RGB

 RED value IS 151 (59.38% from 255) = 85.8%

 GREEN value IS 12 (5.08% from 255) = 6.82%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 85.8%
G = 6.82%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#970C0D (or 0x970C0D) is known color: Sangria. HEX triplet: 97, 0C and 0D. RGB value is (151,12,13). Sum of RGB (Red+Green+Blue) = 151+12+13=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970C0D is #68F3F2. Grayscale: #353535. Windows color (decimal): -6878195 or 855191. OLE color: 855191.

HSL color Cylindrical-coordinate representation of color #970C0D: hue angle of 359.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C0D is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 12 13 -
CMYK 0 0.92 0.91 0.41
HSL 359.57º 0.85% 0.32% -
HSV(B) 359.57º 0.92% 0.59% -
XYZ 12.97 6.87 1.02 -
YUV 53.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 151 12 13 0 0.92 0.91 0.41 359.57 0.85 0.32
Hex 97 C D 0 5C 5B 29 168 55 20
Octal 227 14 15 0 134 133 51 550 125 40
Binary 10010111 1100 1101 0 1011100 1011011 101001 101101000 1010101 100000

Color Harmonies of #970C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C0D

Black with #970C0D

Text Example


Text Example

White with #970C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970C0D; }

 p { color: rgb(151,12,13); }

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

background-color css

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

 a { background-color: rgb(151,12,13); }

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

border-color css

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

 span { border-color: rgb(151,12,13); }

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