Html Css Color HEX #970127 Carmine

📋 copy color: '#970127'

red 151 ◦ green 1 ◦ blue 39

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

Shades of Carmine #970127

Tints of Carmine #970127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 79.06%
G = 0.52%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#970127 (or 0x970127) is known color: Carmine. HEX triplet: 97, 01 and 27. RGB value is (151,1,39). Sum of RGB (Red+Green+Blue) = 151+1+39=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #970127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970127 is #68FED8. Grayscale: #323232. Windows color (decimal): -6880985 or 2556311. OLE color: 2556311.

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

Color convert

RGB 151 1 39 -
CMYK 0 0.99 0.74 0.41
HSL 344.8º 0.99% 0.3% -
HSV(B) 344.8º 0.99% 0.59% -
XYZ 13.14 6.75 2.53 -
YUV 50.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 151 1 39 0 0.99 0.74 0.41 344.8 0.99 0.3
Hex 97 1 27 0 63 4A 29 159 63 1E
Octal 227 1 47 0 143 112 51 531 143 36
Binary 10010111 1 100111 0 1100011 1001010 101001 101011001 1100011 11110

Color Harmonies of #970127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970127

Black with #970127

Text Example


Text Example

White with #970127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970127; }

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

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

background-color css

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

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

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

border-color css

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

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

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