Html Css Color HEX #97010F Sangria

📋 copy color: '#97010F'

red 151 ◦ green 1 ◦ blue 15

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

Shades of Sangria #97010F

Tints of Sangria #97010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 90.42%
G = 0.6%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97010F (or 0x97010F) is known color: Sangria. HEX triplet: 97, 01 and 0F. RGB value is (151,1,15). Sum of RGB (Red+Green+Blue) = 151+1+15=167 (22% of max value = 765). Red value is 151 (59.38% from 255 or 90.42% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 151 - color contains mainly: red. Hex color #97010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97010F is #68FEF0. Grayscale: #2F2F2F. Windows color (decimal): -6881009 or 983447. OLE color: 983447.

HSL color Cylindrical-coordinate representation of color #97010F: hue angle of 354.4º degrees, saturation: 0.99, 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 #97010F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 15 -
CMYK 0 0.99 0.90 0.41
HSL 354.4º 0.99% 0.3% -
HSV(B) 354.4º 0.99% 0.59% -
XYZ 12.86 6.64 1.05 -
YUV 47.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 151 1 15 0 0.99 0.90 0.41 354.4 0.99 0.3
Hex 97 1 F 0 63 5A 29 162 63 1E
Octal 227 1 17 0 143 132 51 542 143 36
Binary 10010111 1 1111 0 1100011 1011010 101001 101100010 1100011 11110

Color Harmonies of #97010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97010F

Black with #97010F

Text Example


Text Example

White with #97010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97010F; }

 p { color: rgb(151,1,15); }

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

background-color css

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

 a { background-color: rgb(151,1,15); }

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

border-color css

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

 span { border-color: rgb(151,1,15); }

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