Html Css Color HEX #97010A Sangria

📋 copy color: '#97010A'

red 151 ◦ green 1 ◦ blue 10

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

Shades of Sangria #97010A

Tints of Sangria #97010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 93.21%
G = 0.62%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97010A (or 0x97010A) is known color: Sangria. HEX triplet: 97, 01 and 0A. RGB value is (151,1,10). Sum of RGB (Red+Green+Blue) = 151+1+10=162 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.21% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 151 - color contains mainly: red. Hex color #97010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97010A is #68FEF5. Grayscale: #2E2E2E. Windows color (decimal): -6881014 or 655767. OLE color: 655767.

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

Color convert

RGB 151 1 10 -
CMYK 0 0.99 0.93 0.41
HSL 356.4º 0.99% 0.3% -
HSV(B) 356.4º 0.99% 0.59% -
XYZ 12.83 6.62 0.89 -
YUV 46.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 151 1 10 0 0.99 0.93 0.41 356.4 0.99 0.3
Hex 97 1 A 0 63 5D 29 164 63 1E
Octal 227 1 12 0 143 135 51 544 143 36
Binary 10010111 1 1010 0 1100011 1011101 101001 101100100 1100011 11110

Color Harmonies of #97010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97010A

Black with #97010A

Text Example


Text Example

White with #97010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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