Html Css Color HEX #970629 Carmine

📋 copy color: '#970629'

red 151 ◦ green 6 ◦ blue 41

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

Shades of Carmine #970629

Tints of Carmine #970629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 76.26%
G = 3.03%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#970629 (or 0x970629) is known color: Carmine. HEX triplet: 97, 06 and 29. RGB value is (151,6,41). Sum of RGB (Red+Green+Blue) = 151+6+41=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #970629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970629 is #68F9D6. Grayscale: #353535. Windows color (decimal): -6879703 or 2688663. OLE color: 2688663.

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

Color convert

RGB 151 6 41 -
CMYK 0 0.96 0.73 0.41
HSL 345.52º 0.92% 0.31% -
HSV(B) 345.52º 0.96% 0.59% -
XYZ 13.23 6.87 2.73 -
YUV 53.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 151 6 41 0 0.96 0.73 0.41 345.52 0.92 0.31
Hex 97 6 29 0 60 49 29 15A 5C 1F
Octal 227 6 51 0 140 111 51 532 134 37
Binary 10010111 110 101001 0 1100000 1001001 101001 101011010 1011100 11111

Color Harmonies of #970629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970629

Black with #970629

Text Example


Text Example

White with #970629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970629; }

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

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

background-color css

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

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

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

border-color css

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

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

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