Html Css Color HEX #97040C Sangria

📋 copy color: '#97040C'

red 151 ◦ green 4 ◦ blue 12

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

Shades of Sangria #97040C

Tints of Sangria #97040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 90.42%
G = 2.4%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97040C (or 0x97040C) is known color: Sangria. HEX triplet: 97, 04 and 0C. RGB value is (151,4,12). Sum of RGB (Red+Green+Blue) = 151+4+12=167 (22% of max value = 765). Red value is 151 (59.38% from 255 or 90.42% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 151 - color contains mainly: red. Hex color #97040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97040C is #68FBF3. Grayscale: #303030. Windows color (decimal): -6880244 or 787607. OLE color: 787607.

HSL color Cylindrical-coordinate representation of color #97040C: hue angle of 356.73º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 4 12 -
CMYK 0 0.97 0.92 0.41
HSL 356.73º 0.95% 0.3% -
HSV(B) 356.73º 0.97% 0.59% -
XYZ 12.87 6.69 0.96 -
YUV 48.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 151 4 12 0 0.97 0.92 0.41 356.73 0.95 0.3
Hex 97 4 C 0 61 5C 29 165 5F 1E
Octal 227 4 14 0 141 134 51 545 137 36
Binary 10010111 100 1100 0 1100001 1011100 101001 101100101 1011111 11110

Color Harmonies of #97040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97040C

Black with #97040C

Text Example


Text Example

White with #97040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97040C; }

 p { color: rgb(151,4,12); }

 H1.HeaderClassName
 {
   color: #97040C;
 }
 .AnyTagClassName
 {
   color: #97040C;
 }
</style>

background-color css

<style>
 a { background-color: #97040C; }

 a { background-color: rgb(151,4,12); }

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

border-color css

<style>
 span { border-color: #97040C; }

 span { border-color: rgb(151,4,12); }

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