Html Css Color HEX #970627 Carmine

📋 copy color: '#970627'

red 151 ◦ green 6 ◦ blue 39

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

Shades of Carmine #970627

Tints of Carmine #970627

RGB

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

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

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

R = 77.04%
G = 3.06%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#970627 (or 0x970627) is known color: Carmine. HEX triplet: 97, 06 and 27. RGB value is (151,6,39). Sum of RGB (Red+Green+Blue) = 151+6+39=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #970627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970627 is #68F9D8. Grayscale: #353535. Windows color (decimal): -6879705 or 2557591. OLE color: 2557591.

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

Color convert

RGB 151 6 39 -
CMYK 0 0.96 0.74 0.41
HSL 346.34º 0.92% 0.31% -
HSV(B) 346.34º 0.96% 0.59% -
XYZ 13.19 6.86 2.55 -
YUV 53.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 151 6 39 0 0.96 0.74 0.41 346.34 0.92 0.31
Hex 97 6 27 0 60 4A 29 15A 5C 1F
Octal 227 6 47 0 140 112 51 532 134 37
Binary 10010111 110 100111 0 1100000 1001010 101001 101011010 1011100 11111

Color Harmonies of #970627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970627

Black with #970627

Text Example


Text Example

White with #970627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970627; }

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

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

background-color css

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

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

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

border-color css

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

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

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