Html Css Color HEX #970207 Sangria

📋 copy color: '#970207'

red 151 ◦ green 2 ◦ blue 7

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

Shades of Sangria #970207

Tints of Sangria #970207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 94.38%
G = 1.25%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#970207 (or 0x970207) is known color: Sangria. HEX triplet: 97, 02 and 07. RGB value is (151,2,7). Sum of RGB (Red+Green+Blue) = 151+2+7=160 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 151 - color contains mainly: red. Hex color #970207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970207 is #68FDF8. Grayscale: #2F2F2F. Windows color (decimal): -6880761 or 459415. OLE color: 459415.

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

Color convert

RGB 151 2 7 -
CMYK 0 0.99 0.95 0.41
HSL 357.99º 0.97% 0.3% -
HSV(B) 357.99º 0.99% 0.59% -
XYZ 12.82 6.64 0.81 -
YUV 47.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 151 2 7 0 0.99 0.95 0.41 357.99 0.97 0.3
Hex 97 2 7 0 63 5F 29 166 61 1E
Octal 227 2 7 0 143 137 51 546 141 36
Binary 10010111 10 111 0 1100011 1011111 101001 101100110 1100001 11110

Color Harmonies of #970207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970207

Black with #970207

Text Example


Text Example

White with #970207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970207; }

 p { color: rgb(151,2,7); }

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

background-color css

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

 a { background-color: rgb(151,2,7); }

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

border-color css

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

 span { border-color: rgb(151,2,7); }

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