Html Css Color HEX #971325 Carmine

📋 copy color: '#971325'

red 151 ◦ green 19 ◦ blue 37

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

Shades of Carmine #971325

Tints of Carmine #971325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 72.95%
G = 9.18%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#971325 (or 0x971325) is known color: Carmine. HEX triplet: 97, 13 and 25. RGB value is (151,19,37). Sum of RGB (Red+Green+Blue) = 151+19+37=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #971325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971325 is #68ECDA. Grayscale: #3C3C3C. Windows color (decimal): -6876379 or 2429847. OLE color: 2429847.

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

Color convert

RGB 151 19 37 -
CMYK 0 0.87 0.75 0.41
HSL 351.82º 0.78% 0.33% -
HSV(B) 351.82º 0.87% 0.59% -
XYZ 13.33 7.18 2.43 -
YUV 60.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 151 19 37 0 0.87 0.75 0.41 351.82 0.78 0.33
Hex 97 13 25 0 57 4B 29 160 4E 21
Octal 227 23 45 0 127 113 51 540 116 41
Binary 10010111 10011 100101 0 1010111 1001011 101001 101100000 1001110 100001

Color Harmonies of #971325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971325

Black with #971325

Text Example


Text Example

White with #971325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971325; }

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

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

background-color css

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

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

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

border-color css

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

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

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