Html Css Color HEX #97000D Sangria

📋 copy color: '#97000D'

red 151 ◦ green 0 ◦ blue 13

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

Shades of Sangria #97000D

Tints of Sangria #97000D

RGB

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

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

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

R = 92.07%
G = 0%
B = 7.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97000D (or 0x97000D) is known color: Sangria. HEX triplet: 97, 00 and 0D. RGB value is (151,0,13). Sum of RGB (Red+Green+Blue) = 151+0+13=164 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.07% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 151 - color contains mainly: red. Hex color #97000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97000D is #68FFF2. Grayscale: #2E2E2E. Windows color (decimal): -6881267 or 852119. OLE color: 852119.

HSL color Cylindrical-coordinate representation of color #97000D: hue angle of 354.83º 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 #97000D is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 13 -
CMYK 0 1 0.91 0.41
HSL 354.83º 1% 0.3% -
HSV(B) 354.83º 1% 0.59% -
XYZ 12.84 6.61 0.98 -
YUV 46.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 151 0 13 0 1 0.91 0.41 354.83 1 0.3
Hex 97 0 D 0 64 5B 29 163 64 1E
Octal 227 0 15 0 144 133 51 543 144 36
Binary 10010111 0 1101 0 1100100 1011011 101001 101100011 1100100 11110

Color Harmonies of #97000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97000D

Black with #97000D

Text Example


Text Example

White with #97000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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