Html Css Color HEX #970129 Carmine

📋 copy color: '#970129'

red 151 ◦ green 1 ◦ blue 41

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

Shades of Carmine #970129

Tints of Carmine #970129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 78.24%
G = 0.52%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#970129 (or 0x970129) is known color: Carmine. HEX triplet: 97, 01 and 29. RGB value is (151,1,41). Sum of RGB (Red+Green+Blue) = 151+1+41=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #970129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970129 is #68FED6. Grayscale: #323232. Windows color (decimal): -6880983 or 2687383. OLE color: 2687383.

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

Color convert

RGB 151 1 41 -
CMYK 0 0.99 0.73 0.41
HSL 344º 0.99% 0.3% -
HSV(B) 344º 0.99% 0.59% -
XYZ 13.17 6.76 2.71 -
YUV 50.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 151 1 41 0 0.99 0.73 0.41 344 0.99 0.3
Hex 97 1 29 0 63 49 29 158 63 1E
Octal 227 1 51 0 143 111 51 530 143 36
Binary 10010111 1 101001 0 1100011 1001001 101001 101011000 1100011 11110

Color Harmonies of #970129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970129

Black with #970129

Text Example


Text Example

White with #970129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970129; }

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

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

background-color css

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

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

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

border-color css

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

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

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