Html Css Color HEX #970624 Carmine

📋 copy color: '#970624'

red 151 ◦ green 6 ◦ blue 36

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

Shades of Carmine #970624

Tints of Carmine #970624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 78.24%
G = 3.11%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#970624 (or 0x970624) is known color: Carmine. HEX triplet: 97, 06 and 24. RGB value is (151,6,36). Sum of RGB (Red+Green+Blue) = 151+6+36=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #970624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970624 is #68F9DB. Grayscale: #343434. Windows color (decimal): -6879708 or 2360983. OLE color: 2360983.

HSL color Cylindrical-coordinate representation of color #970624: hue angle of 347.59º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970624 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 36 -
CMYK 0 0.96 0.76 0.41
HSL 347.59º 0.92% 0.31% -
HSV(B) 347.59º 0.96% 0.59% -
XYZ 13.15 6.84 2.3 -
YUV 52.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 151 6 36 0 0.96 0.76 0.41 347.59 0.92 0.31
Hex 97 6 24 0 60 4C 29 15C 5C 1F
Octal 227 6 44 0 140 114 51 534 134 37
Binary 10010111 110 100100 0 1100000 1001100 101001 101011100 1011100 11111

Color Harmonies of #970624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970624

Black with #970624

Text Example


Text Example

White with #970624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970624; }

 p { color: rgb(151,6,36); }

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

background-color css

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

 a { background-color: rgb(151,6,36); }

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

border-color css

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

 span { border-color: rgb(151,6,36); }

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