Html Css Color HEX #970227 Carmine

📋 copy color: '#970227'

red 151 ◦ green 2 ◦ blue 39

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

Shades of Carmine #970227

Tints of Carmine #970227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 78.65%
G = 1.04%
B = 20.31%

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

#970227 (or 0x970227) is known color: Carmine. HEX triplet: 97, 02 and 27. RGB value is (151,2,39). Sum of RGB (Red+Green+Blue) = 151+2+39=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #970227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970227 is #68FDD8. Grayscale: #323232. Windows color (decimal): -6880729 or 2556567. OLE color: 2556567.

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

Color convert

RGB 151 2 39 -
CMYK 0 0.99 0.74 0.41
HSL 345.1º 0.97% 0.3% -
HSV(B) 345.1º 0.99% 0.59% -
XYZ 13.15 6.77 2.53 -
YUV 50.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 151 2 39 0 0.99 0.74 0.41 345.1 0.97 0.3
Hex 97 2 27 0 63 4A 29 159 61 1E
Octal 227 2 47 0 143 112 51 531 141 36
Binary 10010111 10 100111 0 1100011 1001010 101001 101011001 1100001 11110

Color Harmonies of #970227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970227

Black with #970227

Text Example


Text Example

White with #970227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970227; }

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

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

background-color css

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

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

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

border-color css

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

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

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