Html Css Color HEX #97020D Sangria

📋 copy color: '#97020D'

red 151 ◦ green 2 ◦ blue 13

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

Shades of Sangria #97020D

Tints of Sangria #97020D

RGB

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

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

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

R = 90.96%
G = 1.2%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97020D (or 0x97020D) is known color: Sangria. HEX triplet: 97, 02 and 0D. RGB value is (151,2,13). Sum of RGB (Red+Green+Blue) = 151+2+13=166 (21% of max value = 765). Red value is 151 (59.38% from 255 or 90.96% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 151 - color contains mainly: red. Hex color #97020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97020D is #68FDF2. Grayscale: #2F2F2F. Windows color (decimal): -6880755 or 852631. OLE color: 852631.

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

Color convert

RGB 151 2 13 -
CMYK 0 0.99 0.91 0.41
HSL 355.57º 0.97% 0.3% -
HSV(B) 355.57º 0.99% 0.59% -
XYZ 12.86 6.65 0.99 -
YUV 47.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 151 2 13 0 0.99 0.91 0.41 355.57 0.97 0.3
Hex 97 2 D 0 63 5B 29 164 61 1E
Octal 227 2 15 0 143 133 51 544 141 36
Binary 10010111 10 1101 0 1100011 1011011 101001 101100100 1100001 11110

Color Harmonies of #97020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97020D

Black with #97020D

Text Example


Text Example

White with #97020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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