Html Css Color HEX #97030F Sangria

📋 copy color: '#97030F'

red 151 ◦ green 3 ◦ blue 15

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

Shades of Sangria #97030F

Tints of Sangria #97030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 89.35%
G = 1.78%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97030F (or 0x97030F) is known color: Sangria. HEX triplet: 97, 03 and 0F. RGB value is (151,3,15). Sum of RGB (Red+Green+Blue) = 151+3+15=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #97030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97030F is #68FCF0. Grayscale: #303030. Windows color (decimal): -6880497 or 983959. OLE color: 983959.

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

Color convert

RGB 151 3 15 -
CMYK 0 0.98 0.90 0.41
HSL 355.14º 0.96% 0.3% -
HSV(B) 355.14º 0.98% 0.59% -
XYZ 12.88 6.68 1.06 -
YUV 48.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 151 3 15 0 0.98 0.90 0.41 355.14 0.96 0.3
Hex 97 3 F 0 62 5A 29 163 60 1E
Octal 227 3 17 0 142 132 51 543 140 36
Binary 10010111 11 1111 0 1100010 1011010 101001 101100011 1100000 11110

Color Harmonies of #97030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97030F

Black with #97030F

Text Example


Text Example

White with #97030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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