Html Css Color HEX #971027 Carmine

📋 copy color: '#971027'

red 151 ◦ green 16 ◦ blue 39

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

Shades of Carmine #971027

Tints of Carmine #971027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 73.3%
G = 7.77%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#971027 (or 0x971027) is known color: Carmine. HEX triplet: 97, 10 and 27. RGB value is (151,16,39). Sum of RGB (Red+Green+Blue) = 151+16+39=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #971027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971027 is #68EFD8. Grayscale: #3B3B3B. Windows color (decimal): -6877145 or 2560151. OLE color: 2560151.

HSL color Cylindrical-coordinate representation of color #971027: hue angle of 349.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971027 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 39 -
CMYK 0 0.89 0.74 0.41
HSL 349.78º 0.81% 0.33% -
HSV(B) 349.78º 0.89% 0.59% -
XYZ 13.31 7.1 2.59 -
YUV 58.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 151 16 39 0 0.89 0.74 0.41 349.78 0.81 0.33
Hex 97 10 27 0 59 4A 29 15E 51 21
Octal 227 20 47 0 131 112 51 536 121 41
Binary 10010111 10000 100111 0 1011001 1001010 101001 101011110 1010001 100001

Color Harmonies of #971027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971027

Black with #971027

Text Example


Text Example

White with #971027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971027; }

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

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

background-color css

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

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

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

border-color css

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

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

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