Html Css Color HEX #97000F Sangria

📋 copy color: '#97000F'

red 151 ◦ green 0 ◦ blue 15

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

Shades of Sangria #97000F

Tints of Sangria #97000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.96%
G = 0%
B = 9.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97000F (or 0x97000F) is known color: Sangria. HEX triplet: 97, 00 and 0F. RGB value is (151,0,15). Sum of RGB (Red+Green+Blue) = 151+0+15=166 (21% of max value = 765). Red value is 151 (59.38% from 255 or 90.96% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 151 - color contains mainly: red. Hex color #97000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97000F is #68FFF0. Grayscale: #2E2E2E. Windows color (decimal): -6881265 or 983191. OLE color: 983191.

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

Color convert

RGB 151 0 15 -
CMYK 0 1 0.90 0.41
HSL 354.04º 1% 0.3% -
HSV(B) 354.04º 1% 0.59% -
XYZ 12.85 6.61 1.05 -
YUV 46.86 110.03 202.28 -
System Red Green Blue C M Y K H S L
Decimal 151 0 15 0 1 0.90 0.41 354.04 1 0.3
Hex 97 0 F 0 64 5A 29 162 64 1E
Octal 227 0 17 0 144 132 51 542 144 36
Binary 10010111 0 1111 0 1100100 1011010 101001 101100010 1100100 11110

Color Harmonies of #97000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97000F

Black with #97000F

Text Example


Text Example

White with #97000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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