Html Css Color HEX #970131 Carmine

📋 copy color: '#970131'

red 151 ◦ green 1 ◦ blue 49

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

Shades of Carmine #970131

Tints of Carmine #970131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 75.12%
G = 0.5%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#970131 (or 0x970131) is known color: Carmine. HEX triplet: 97, 01 and 31. RGB value is (151,1,49). Sum of RGB (Red+Green+Blue) = 151+1+49=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #970131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970131 is #68FECE. Grayscale: #333333. Windows color (decimal): -6880975 or 3211671. OLE color: 3211671.

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

Color convert

RGB 151 1 49 -
CMYK 0 0.99 0.68 0.41
HSL 340.8º 0.99% 0.3% -
HSV(B) 340.8º 0.99% 0.59% -
XYZ 13.33 6.82 3.52 -
YUV 51.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 151 1 49 0 0.99 0.68 0.41 340.8 0.99 0.3
Hex 97 1 31 0 63 44 29 155 63 1E
Octal 227 1 61 0 143 104 51 525 143 36
Binary 10010111 1 110001 0 1100011 1000100 101001 101010101 1100011 11110

Color Harmonies of #970131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970131

Black with #970131

Text Example


Text Example

White with #970131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970131; }

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

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

background-color css

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

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

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

border-color css

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

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

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