Html Css Color HEX #970608 Sangria

📋 copy color: '#970608'

red 151 ◦ green 6 ◦ blue 8

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

Shades of Sangria #970608

Tints of Sangria #970608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 91.52%
G = 3.64%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#970608 (or 0x970608) is known color: Sangria. HEX triplet: 97, 06 and 08. RGB value is (151,6,8). Sum of RGB (Red+Green+Blue) = 151+6+8=165 (21% of max value = 765). Red value is 151 (59.38% from 255 or 91.52% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 151 - color contains mainly: red. Hex color #970608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970608 is #68F9F7. Grayscale: #313131. Windows color (decimal): -6879736 or 525975. OLE color: 525975.

HSL color Cylindrical-coordinate representation of color #970608: hue angle of 359.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970608 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 8 -
CMYK 0 0.96 0.95 0.41
HSL 359.17º 0.92% 0.31% -
HSV(B) 359.17º 0.96% 0.59% -
XYZ 12.87 6.73 0.85 -
YUV 49.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 151 6 8 0 0.96 0.95 0.41 359.17 0.92 0.31
Hex 97 6 8 0 60 5F 29 167 5C 1F
Octal 227 6 10 0 140 137 51 547 134 37
Binary 10010111 110 1000 0 1100000 1011111 101001 101100111 1011100 11111

Color Harmonies of #970608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970608

Black with #970608

Text Example


Text Example

White with #970608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970608; }

 p { color: rgb(151,6,8); }

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

background-color css

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

 a { background-color: rgb(151,6,8); }

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

border-color css

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

 span { border-color: rgb(151,6,8); }

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