Html Css Color HEX #971328 Carmine

📋 copy color: '#971328'

red 151 ◦ green 19 ◦ blue 40

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

Shades of Carmine #971328

Tints of Carmine #971328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 71.9%
G = 9.05%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#971328 (or 0x971328) is known color: Carmine. HEX triplet: 97, 13 and 28. RGB value is (151,19,40). Sum of RGB (Red+Green+Blue) = 151+19+40=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #971328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971328 is #68ECD7. Grayscale: #3C3C3C. Windows color (decimal): -6876376 or 2626455. OLE color: 2626455.

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

Color convert

RGB 151 19 40 -
CMYK 0 0.87 0.74 0.41
HSL 350.45º 0.78% 0.33% -
HSV(B) 350.45º 0.87% 0.59% -
XYZ 13.38 7.2 2.69 -
YUV 60.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 151 19 40 0 0.87 0.74 0.41 350.45 0.78 0.33
Hex 97 13 28 0 57 4A 29 15E 4E 21
Octal 227 23 50 0 127 112 51 536 116 41
Binary 10010111 10011 101000 0 1010111 1001010 101001 101011110 1001110 100001

Color Harmonies of #971328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971328

Black with #971328

Text Example


Text Example

White with #971328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971328; }

 p { color: rgb(151,19,40); }

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

background-color css

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

 a { background-color: rgb(151,19,40); }

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

border-color css

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

 span { border-color: rgb(151,19,40); }

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